DK11 for .NET | TatukGIS.NDK.TGIS_LayerVectorSqlAbstract.getCmd | Constructors | Fields | Methods | Properties | Events
Return a SQL command associated with a given identifier.
// C# protected string getCmd( int _id );
' VisualBasic Protected Function getCmd( ByVal _id As Integer ) As String
// Oxygene protected function getCmd( _id : Integer ) : String;
Name | Type | Description |
---|---|---|
_id | int Integer | command identifier |
Type | Description |
---|---|
string String | SQL command |