You need to be able to retrieve data from DataSet object
that has four DataTable objects. There are currently
UniqueConstraint and ForeignKeyConstraint Object on the
DataTable objects to enforce the data rules. You find that
you can retrieve the data from the individual DataTable
objects, but you are not able to retrieve the data from the
combination of DataTable objects in a Parent/Child manner.
What should you do to able to retrieve the data in a
Parent/Child manner?
a) Set the EnforceParentChild parameter of the DataSet to True.
b) Set the EnforceRelation parameter of the Relations
collection to True.
c) Add DataRelation objects to the Relations Collection to
make the DataSet present the data in Parent/Child manner.
d) Add a primary key and a foreign key to each of the
DataTable objects that should present the data in a
Parent/Child manner.
Answer Posted / guest
AND C , D
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a hyperlink control and a linkbutton control.
Which dll handles the request of .aspx page?
Define static constructor?
What is a user developed application?
What are user controls?
What is _dopostback in asp net?
How do you handle server controls?
Which Is Faster MVC or ASP.net ?
What is application session?
What is IPostBack? How to use it?
How do sessions work?
What is caching in asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Why mvc is faster than asp.net? : Asp.Net MVC
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net