DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlQueryGetSHAPETYPE | Constructors | Fields | Methods | Properties
Get a SHAPETYE from the query.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetSHAPETYPE.
// Delphi public function sqlQueryGetSHAPETYPE( const _field : String; const _cursor : Integer ) : Variant; override;
// C++ Builder public: virtual Variant* sqlQueryGetSHAPETYPE( const UnicodeString _field, const int _cursor );
Name | Type | Description |
---|---|---|
_field | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |