What is dataset object? Explain the various objects in dataset.



What is dataset object? Explain the various objects in dataset...

Answer / Manish Arora

Dataset is a primary component of ADO.NET, a data access technology for .NET framework. It is an in-memory representation of relational and non-relational data. The DataSet consists of three main components: Tables, Relations, and Constraints. Each table can contain rows and columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between connected and disconnected environment?

1 Answers  


How to create data relations?

1 Answers  


What is the provider and namespaces being used to access oracle database?

5 Answers   E2E, Microsoft,


How to store data in memory?

1 Answers  


What is ado.net object model?

1 Answers  


If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?

14 Answers   Ksb,


What is the namespace in which .NET has the data functionality classes?

5 Answers   eMantras,


what is a dataview?why is it used for?

4 Answers   Choice Solutions,


What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


What is the use of connection object in ado.net?

1 Answers   TryTechnicals Pvt Ltd,


What is Debug.write does?

1 Answers  


What are the data providers used in ado.net

1 Answers  


Categories