What are relation objects in dataset and how & where to use
them?



What are relation objects in dataset and how & where to use them?..

Answer / vaidyanathan r.

Relation Objects are used to create the referencial
integrity between DataTables inside a dataSet similar to
the foreign key relations between tables in a database.

The relation object is used to restrict the values entered
in the child data tables based on the values in the parent
datatable during the execution of the application

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between data reader and data adapter?

0 Answers  


How to identify the controls which can be used for binding data?

0 Answers  


What does connection string consists of ?

4 Answers   Digital GlobalSoft,


What is ODP.NET ?

1 Answers   TCS,


How to call the SQL commands asynchronously in ADO.NET version 2.0

4 Answers   DELL,






What are advantages of microsoft-provided data provider classes in ado.net?

0 Answers  


What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,


What does ado stand for?

0 Answers  


How to generate XML from a dataset and vice versa?

2 Answers  


What is difference in record set and dataset?

0 Answers  


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


What is the difference between Response.Expires and Reponse.ExpiresAbsolute?

0 Answers  


Categories