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)

Syntax

'Declaration
Public Property IsLastBatch As Boolean
'Usage
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsLastBatch

instance.IsLastBatch = value
public bool IsLastBatch { get; set; }
public:
property bool IsLastBatch {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsLastBatch ()

/** @property */
public void set_IsLastBatch (boolean value)
public function get IsLastBatch () : boolean

public function set IsLastBatch (value : boolean)

Property Value

True if the current batch is the last batch of changes. Otherwise false.

See Also

Reference

DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace