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
What is meant by web application?
How does a content page different from a master page?
Describe the application event handlers in ASP.NET?
What is asp.net localization?
Can I read the hard disk serial # of the client computer using asp.net?
In Code-Behind class which kind of code (server or client) is found ?
Can user control be stored in library?
What is asp short for?
What are the validation controls available in ASP.NET?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Explain the difference between overriding and overloading?
What is %20 in a url?
What kind of programming language is ASP.NET?
What is DataGrid wheater its a Server Control or something else ?