DataBinding
DataView
- Thinks of this as a view on the DataTable
- Allows setting Sort Order and Filter on a view of the table
- Any number of DataViews can be created on a table to enable different views of the same table
- Used for databinding
DataSetView
- Think of this as a view on top of the DataSet
- Allows setting sort orders and filters
- Allows “linking” of DataViews
- Used for databinding