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
Explain the difference between data reader and data set?
What is the default provider in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
Which is faster entity framework or ado.net?
What are the rules to implement connection pooling?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado.net components?
Which is faster ado.net or linq?
What is the difference between executequery and executenonquery?
What is difference between datagridview and datagrid control in winforms?
What is microsoft ado?
What is ole word?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the data providers in ADO.NET framework?
What is a sqldataadapter?