Data.DB.IParamObject Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
GetDataType | public | Represents the signature for a method that returns the data type of the field corresponding to an IParamObject class instance. |
GetInstance | public | Represents the signature for a method that returns the TObject instance stored by an IParamObject class instance. |
InstanceIsType | public | Represents the signature for a method that specifies whether the object stored by an IParamObject class instance is of the given class type. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |