Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable::DataSet Property

 

Gets the DataSet to which this table belongs.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property DataSet^ DataSet {
	DataSet^ get();
}

Property Value

Type: System.Data::DataSet^

The DataSet to which this table belongs.

If a control is data bound to a DataTable, and the table belongs to a DataSet, you can get to the DataSet through this property.

The following example returns the parent DataSet of a given table through the DataSet property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft