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 |
How do I delete a row from a DataTable?
What are the features of ado.net?
What happens when we issue Dataset.ReadXml command?
How to Read, Add, Update and Delete record in Entity Framework ?
What do you know about ADO.NET's objects and methods?
What are the different row versions available in table?
what is clustered index?why is it created?
What is disconnected data?
IF we have lot of records in Database. How we can handle them?
What is the advantage of ado.net?
What is the key feature of ADO.NET compared to ADO ?
What is the use of command objects?