DataView::DataViewManager Property
.NET Framework (current version)
Gets the DataViewManager associated with this view.
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
Available since 1.1
Show: