DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlUpdateStart | Constructors | Fields | Methods | Properties
Macro for starting updates.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlUpdateStart.
// Delphi public procedure sqlUpdateStart( const _id : Integer; const _table : String ); override;
// C++ Builder public: virtual void sqlUpdateStart( const int _id, const UnicodeString _table );
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_table | String | table name |