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