DbSyncContext::IsLastBatch Property

Gets or sets whether the current batch is the last batch of changes.

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

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

Property Value

Type: System::Boolean
true if the current batch is the last batch of changes; otherwise, false.
Show: