This documentation is archived and is not being maintained.
DataView.DataViewManager Property
Visual Studio 2008
Gets the DataViewManager associated with this view.
Assembly: System.Data (in System.Data.dll)
'Declaration <BrowsableAttribute(False)> _ Public ReadOnly Property DataViewManager As DataViewManager 'Usage Dim instance As DataView Dim value As DataViewManager value = instance.DataViewManager
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 Nothing.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: