DK11 for .NET | TatukGIS.NDK.TGIS_LayerSqlDb2Abstract.prepareParamsCommand | Constructors | Fields | Methods | Properties
Prepare list of fields in a form "field=value".
// C# protected void prepareParamsCommand( string _table, TStrings _params );
' VisualBasic Protected Sub prepareParamsCommand( ByVal _table As String, ByVal _params As TStrings )
// Oxygene protected procedure prepareParamsCommand( _table : String; _params : TStrings );
Name | Type | Description |
---|---|---|
_table | string String | table to be inserted |
_params | TStrings | table parameters |