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::Table Property
.NET Framework (current version)
Gets or sets the source DataTable.
Assembly: System.Data (in System.Data.dll)
The DataTable also has a DefaultView property which returns the default DataView for the table. For example, if you want to create a custom view on the table, set the RowFilter on the DataView returned by the DefaultView.
You can only set the Table property if the current value is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: