public interface UploadedTableData
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
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |