DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlUpdateStart | Constructors | Fields | Methods | Properties | Events
Macro for starting updates.
// C# public virtual abstract void sqlUpdateStart( int _id, string _table );
' VisualBasic Public Overridable MustOverride Sub sqlUpdateStart( ByVal _id As Integer, ByVal _table As String )
// Oxygene public procedure sqlUpdateStart( _id : Integer; _table : String ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_table | string String | table name |