DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.sqlQueryGetGEOUID | Constructors | Fields | Methods | Properties
Get a GEO.UID field from the query.
// Delphi protected function sqlQueryGetGEOUID( const _cursor : Integer ) : OleVariant; virtual; abstract;
// C++ Builder protected: virtual OleVariant* sqlQueryGetGEOUID( const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor ID |
Type | Description |
---|---|
OleVariant | UID or GEO.UID |