DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.getCmdGEOUID | Constructors | Fields | Methods | Properties
Return an SQL command with GEO.UID column name.
// Delphi protected function getCmdGEOUID( const _id : Integer ) : String;
// C++ Builder protected: UnicodeString getCmdGEOUID( const int _id );
Name | Type | Description |
---|---|---|
_id | Integer | if 0, then returned 'UID'; if 1, then returned GEO.UID |
Type | Description |
---|---|
String | UID or GEO.UID command |