asp.net.ph

DataView.DataViewManager Property

System.Data Namespace   DataView Class


Returns the DataViewManager associated with this view.

Syntax


Script [ DataViewManager variable = ] DataView.DataViewManager

Property Value


variable Returns the DataViewManager object that created this view.

The property is read only with no default value.

Remarks

If this is the default DataView for a DataTable, the DataViewManager property returns the DefaultViewManager for a DataSet. Otherwise, if the DataView was created without a DataViewManager, this property returns null ( Nothing in Visual Basic ).

See Also

DataView Members   DataTable   DataTableCollection   DataViewRowState Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph