SyncContext.DataSet Property
Gets or sets a DataSet object that contains the rows of data selected from the server database.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property DataSet As DataSet
public DataSet DataSet { get; set; }
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 rows of data selected from the server database.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncContext Class
SyncContext Members
Microsoft.Synchronization.Data Namespace