.NET ADO.NET - What are the various objects in Dataset
Interview Question Database For Software Developers
|
|
| What are the various objects in Dataset | | What are the various objects in Dataset ? | | By: |
Dataset has a collection of DataTable object within the Tables collection. Each DataTable
object contains a collection of DataRow objects and a collection of DataColumn objects.
There are also collections for the primary keys, constraints, and default values used in
this table which is called as constraint collection, and the parent and child relationships
between the tables. Finally, there is a DefaultView object for each table. This is used to
create a DataView object based on the table, so that the data can be searched, filtered or
otherwise manipulated while displaying the data.
Note :- Look back again to the main diagram for ADO.NET architecture for visualizing
this answer in pictorial form.
| | ID: 1797 | Rank: 913 | Votes: 0 | Views: 51 | Submitted: 20071024 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|