Dataview component of ADO.NET

Define Dataview component of ADO.NET.

- A DataView object allows you work with data of DataTable of DataSet object.

- It is associated with a DataTable and sits on the top of DataTable.

- It is used to filter and sort data. Data sorting is accomplished by setting the Sort property and data filter by setting the RowFilter property.

- It is synonymous with a view in a database and describes a view of the data which may reside in a data table.

- There can be more than one view of the data.

- It can have a dynamic constraint such as the filter which shapes the data on a particular column and can change the filters value to provide a dynamic view of the data.
Ways to create connection in ADO.NET
Ways to create connection in ADO.NET - There are two ways to create connection supported by ADO.NET...
Access database at runtime using ADO.NET
Access database at runtime using ADO.NET - Steps to connect to database - Declare and initialize database connection object with appropriate connection string...
ADO.NET Code showing Dataset storing multiple tables
ADO.NET Code showing Dataset storing multiple tables - Declare and initialize database connection object with appropriate connection string.....
Post your comment
Discussion Board
Define Dataview component of ADO.NET.
A dataview object represents bindable, customized view of a DataTable object. Operations like Sorting, Filtering, Searching, Editing and Navigation may be performed on a DataView object.


Dot net Training Institute in Chennai
subashini 05-5-2014