DbApplyingChangesEventArgs.IsLastBatch Property
NOTE: This property 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)
Syntax
'Declaration
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
'Usage
Dim instance As DbApplyingChangesEventArgs
Dim value As Boolean
value = instance.IsLastBatch
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")]
public bool IsLastBatch { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")]
public:
property bool IsLastBatch {
bool get ();
}
/** @property */
public boolean get_IsLastBatch ()
public function get IsLastBatch () : boolean
Property Value
True if the current batch is the last batch of changes; otherwise false.
See Also
Reference
DbApplyingChangesEventArgs Class
DbApplyingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace