DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlExec | Constructors | Fields | Methods | Properties | Events
Execute a command.
// C# public virtual abstract void sqlExec( string _command );
' VisualBasic Public Overridable MustOverride Sub sqlExec( ByVal _command As String )
// Oxygene public procedure sqlExec( _command : String ); virtual; abstract;
Name | Type | Description |
---|---|---|
_command | string String | query to be executed |