SyncTableProgress::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.
Show: