What are relation objects in dataset and how & where to use
them?
Answer Posted / 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 View All Answers
What is dbcontext and dbset in entity framework?
What providers does Ado.net uses?
Explain ODP.net
Can we load multiple tables in a dataset?
What are the drawbacks of using ado.net?
What is ado recordset?
What is the difference between data reader and data adapter?
What is oledb connection?
What is sql connection in ado.net?
What is ole used for?
What is difference between entity framework and ado.net?
What is XML serialization
Define connection string?
What are the key events of sqlconnection class?
How would you connect to a database by using .NET?