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
Explain a program using code nuggets to create a simple application? : asp.net mvc
How does a content page differ from a master page?
How to register exception filter globally?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is scope of an application variable in asp.net?
What are the layouts of ASP.NET Pages?
How to deploy/publish webservices?How many ways?Plz explain me
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the Types of chaching. How to implement caching
What is the difference between a default skin and a named skin?
What is http pipeline in asp.net?
What are the different types of validation controls provided in ASP.NET?
What do you mean by marshalbyref?
What are the types of session in asp.net?
Explain the boxing and unboxing concept in .net?