GetDeleteCommand method

Syntax
IDbCommand GetDeleteCommand();
Remarks

Gets a command which allows the user to add delete operations to the download data operations. The command returned has the same number of parameters as primary key columns in this table. For the delete to be included in the download, the column values for the primary key columns must be set and the statement executed with ExecuteNonQuery().

Note

You must set all primary key values for download delete operations.

Returns

A Command for deletes in the download.

Example

See DownloadTableData interface.