DbSyncContext::IsDataBatched Property

Gets or sets whether data is sent in multiple batches or in a single DataSet object.

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

public:
property bool IsDataBatched {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if data is sent in multiple batches; otherwise, false.
Show: