Gets or sets the source System.Data.DataTable.
Documentation for this section has not yet been entered.
The System.Data.DataTable also has a DataTable.DefaultView property which returns the default System.Data.DataView for the table. For example, if you want to create a custom view on the table, set the DataView.RowFilter on the System.Data.DataView returned by the DataTable.DefaultView.
You can only set the DataView.Table property if the current value is null.