DK11 for .NET | TatukGIS.NDK.TGIS_DbSqlite.sqlTablePrepared | Constructors | Fields | Methods | Properties
Is table prepared for insert.
Available also on: Delphi.
Overrides TGIS_DbAbstract.sqlTablePrepared.
// C# public bool sqlTablePrepared( int _id );
' VisualBasic Public Function sqlTablePrepared( ByVal _id As Integer ) As Boolean
// Oxygene public function sqlTablePrepared( _id : Integer ) : Boolean; override;
Name | Type | Description |
---|---|---|
_id | int Integer | table id |
Type | Description |
---|---|
bool Boolean | True if table is prepared |