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
'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);
}
/** @property */
public boolean get_IsDataBatched ()

/** @property */
public void set_IsDataBatched (boolean value)
public function get IsDataBatched () : boolean

public function set IsDataBatched (value : boolean)

Property Value

True if data is sent in multiple batches. otherwise false.

See Also

Reference

DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace