Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in .NET » MobiLink server API for .NET reference » DownloadTableData interface

DownloadTableData interface Next Page

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.