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.

DataView::DataViewManager Property

 

Gets the DataViewManager associated with this view.

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

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

Property Value

Type: System.Data::DataViewManager^

The DataViewManager that created this view. If this is the default DataView for a DataTable, the DataViewManager property returns the default DataViewManager for the DataSet. Otherwise, if the DataView was created without a DataViewManager, this property is null.

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