DbSyncTableProgress::DataTable Property

Gets or sets the DataTable object that contains the changes to be synchronized.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property DataTable^ DataTable {
	DataTable^ get ();
	void set (DataTable^ value);
}

Property Value

Type: System.Data::DataTable
A DataTable object that contains the changes to be synchronized.

If batching is enabled, accessing this property deserializes the batch file from disk. Any changes made to the tables are then persisted back to the batch file.

Show: