DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.prepareParamsCommand | Constructors | Fields | Methods | Properties
Prepare list of fields in a form "field=value".
// Delphi protected procedure prepareParamsCommand( const _table : String; const _params : TStrings );
// C++ Builder protected: void prepareParamsCommand( const UnicodeString _table, TStrings* const _params );
Name | Type | Description |
---|---|---|
_table | String | table to be inserted |
_params | TStrings | table parameters |