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