UploadedTableData interface

Syntax

public interface UploadedTableData

Remarks

Encapsulates information for one uploaded table for a synchronization.

The insert, update and delete operations are all accessible via the standard ADO.NET IDataReader. The table metadata can be accessed via the GetSchemaTable() call or the insert and delete data readers. The delete data reader only includes the primary key columns of the table.


GetDeletes method
GetInserts method
GetName method
GetSchemaTable method
GetUpdates method