What is DataSet and DataView?
Interview question and answer by:
Vpramodg | Posted on: 10/13/2010 | Category:
ASP.NET Interview questions | Views: 1771 | |
Points: 40
Answer:
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.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: