Thursday, 16 December 2010

What is DataSet and DataView?

Click Here To View Latest ASP.NET Questions

DataSet- is an object used to store the data retrieved from the database. It can contain one or more tables .Each table in the dataset is known as Datatable. The constraints supported by the datatable are

1)UniqueConstraint.
2)ForeignKeyConstraint.

DataView - is used for the customized view of data of datatable, with the help of dataview we can filtered, searched or sort the data.

No comments:

Post a Comment