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