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)

public:
property DataSet^ DataSet {
	DataSet^ get ();
	void set (DataSet^ value);
}

Property Value

Type: System.Data::DataSet
A DataSet object that contains the rows of data selected from the server database.
Show: