DK11 for .NET | TatukGIS.NDK.TGIS_LayerSqlOgisAbstract.getCmdGEOUID | Constructors | Fields | Methods | Properties
SQL command with GEOUID column name.
// C# protected string getCmdGEOUID( int _id );
' VisualBasic Protected Function getCmdGEOUID( ByVal _id As Integer ) As String
// Oxygene protected function getCmdGEOUID( _id : Integer ) : String;
Name | Type | Description |
---|---|---|
_id | int Integer | if 0, then returned 'UID'; if 1, then returned GEO.UID |
Type | Description |
---|---|
string String | SQL command with GEOUID column name. |