DbApplyingChangesEventArgs::IsLastBatch Property

Note: This API is now obsolete.

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)

[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")]
public:
property bool IsLastBatch {
	bool get ();
}

Property Value

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