DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlTableGetParam | Constructors | Fields | Methods | Properties
Get a parameter from the table.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTableGetParam.
// Delphi public function sqlTableGetParam( const _id : Integer; const _name : String ) : Variant; override;
// C++ Builder public: virtual Variant* sqlTableGetParam( const int _id, const UnicodeString _name );
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
Type | Description |
---|---|
Variant | field value |