System.Data.DataView.Table Property

Gets or sets the source System.Data.DataTable.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.TypeConverter(typeof(System.Data.DataTableTypeConverter))]
public DataTable Table { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0