DataView.DataViewManager Property
.NET Framework 3.0
Gets the DataViewManager associated with this view.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
'Declaration Public ReadOnly Property DataViewManager As DataViewManager 'Usage Dim instance As DataView Dim value As DataViewManager value = instance.DataViewManager
/** @property */ public DataViewManager get_DataViewManager ()
public function get DataViewManager () : DataViewManager
Not applicable.
Property Value
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 a null reference (Nothing in Visual Basic).Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: