DK11 for .NET | TatukGIS.NDK.TGIS_LayerVectorSqlAbstract.ExecuteSQL | Constructors | Fields | Methods | Properties | Events
Execute custom SQL statement.
// C# public bool ExecuteSQL( string _sql );
' VisualBasic Public Function ExecuteSQL( ByVal _sql As String ) As Boolean
// Oxygene public function ExecuteSQL( _sql : String ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_sql | string String | SQL String |
Type | Description |
---|---|
bool Boolean | True if succeeded |