Share via


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)

Syntax

'Declaration
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
    Get
'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 ();
}
[<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")>]
member IsLastBatch : bool
function get IsLastBatch () : boolean

Property Value

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

See Also

Reference

DbApplyingChangesEventArgs Class

Microsoft.Synchronization.Data Namespace