DK11 for .NET | TatukGIS.NDK.TGIS_LayerSqlOgisAbstract.prepareUpdateCommandEx | Constructors | Fields | Methods | Properties
Return a SQL parametrized update command.
// C# protected string prepareUpdateCommandEx( string _table, TStrings _params );
' VisualBasic Protected Function prepareUpdateCommandEx( ByVal _table As String, ByVal _params As TStrings ) As String
// Oxygene protected function prepareUpdateCommandEx( _table : String; _params : TStrings ) : String;
Name | Type | Description |
---|---|---|
_table | string String | table to be updated |
_params | TStrings | table parameters to be updated |
Type | Description |
---|---|
string String | parametrized update command |