DbSyncContext.DataSet Property
Gets or sets a DataSet object that contains the selected rows from the peer database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")> _
Public Property DataSet As DataSet
'Usage
Dim instance As DbSyncContext
Dim value As DataSet
value = instance.DataSet
instance.DataSet = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly")]
public DataSet DataSet { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1702:CompoundWordsShouldBeCasedCorrectly")]
public:
property DataSet^ DataSet {
DataSet^ get ();
void set (DataSet^ value);
}
/** @property */
public DataSet get_DataSet ()
/** @property */
public void set_DataSet (DataSet value)
public function get DataSet () : DataSet
public function set DataSet (value : DataSet)
Property Value
A DataSet object that contains the selected rows from the peer database. Returns null if IsDataBatched is true.
See Also
Reference
DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace