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.



You need to be able to retrieve data from DataSet object that has four DataTable objects. There are..

Answer / guest

AND C , D

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Where you store Connection string in "Web.Config" file in ASP.NET?

0 Answers   Sans Pareil IT Services,


How does the iis work?

0 Answers  


What is the biggest disadvantage of “Other Return Types” in Web API?

0 Answers  


How to register exception filter globally?

0 Answers  


Differnce between Control an View State

1 Answers   Proteans,






What is the role of global.asax?

10 Answers   Infosys,


Define application state variable and session state variable?

0 Answers   UGC Corporation,


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

0 Answers   Siebel,


Is a dll file an executable?

0 Answers  


What are Caching techniques in .NET

0 Answers   Microsoft,


Web API uses which library for JSON serialization?

0 Answers  


What are the validation controls available in ASP.NET?

0 Answers  


Categories