What is DataViewManager?A Dataset may contain multiple tables. The DataViewManager is a single object that manages all the DataViews. It can be used to view settings for all the tables in a DataSet.You could use it to bind multiple tables in a control such as a parent-child relationship.
The DataViewManager has a collection of DataViewSetting objects, each for a table in DataSet.Then you can even specify the default sort, filters etc in each of the DataViewSetting.
|