DataView
Represents a sql data view.
Gets or sets the executed query of this DataView.
Gets or sets the sql parameters of this DataView.
Gets or sets the row filter.
Gets the underlying system data table.
Gets the underlying system data view.
Initializes a new instance of DataView with the provided backing DataTable.
Initializes a new instance of DataView with the provided backing DataSet.
Initializes a new instance of DataView with the provided backing table, modified by the provided row filter, sort, and row state.
Initializes a new instance of DataView from the provided streaming information and streaming context.
Creates a DataView with the specified column containing the specified array of objects.
Adds a new empty row to the DataView.
Clones this DataView using the current backing DataView and current state.
Converts the specified column name to an integer array.
Gets a list of values casted to type T from the specified column.
Gets the serialization info for this DataView.
Gets a new SQLFilterGenerator.
Wraps the table of this DataView in a DataSet of one table named "Table".