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
.NET Framework (current version)
Gets the DataViewManager associated with this view.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data.DataViewManagerThe 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: