Share via


DbSyncContext.IsDataBatched Property

Gets or sets whether data is sent in multiple batches or in a single DataSet object.

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

Syntax

'Declaration
Public Property IsDataBatched As Boolean
    Get
    Set
'Usage
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsDataBatched

instance.IsDataBatched = value
public bool IsDataBatched { get; set; }
public:
property bool IsDataBatched {
    bool get ();
    void set (bool value);
}
member IsDataBatched : bool with get, set
function get IsDataBatched () : boolean
function set IsDataBatched (value : boolean)

Property Value

Type: System.Boolean
true if data is sent in multiple batches; otherwise, false.

See Also

Reference

DbSyncContext Class

Microsoft.Synchronization.Data Namespace