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 |
What is difference between entity framework and ado.net?
Does ado.net use odbc?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
differance between ADO vs ADO.Net?
What is data reader in ado.net?
What is ado.net full form?
How do I delete a row from a DataTable?
what is different between SqlCommand object and Command Behaviour Object
What is data relation in ado.net?
Can I use One Data Set for More than one Data Adapter?
How can we add relation between tables in a dataset?
What is a datareader object?