What are the ado.net objects?



What are the ado.net objects?..

Answer / Veerendra Singh

Some of the main ADO.NET objects include Connection, Command, DataReader, and Datatable, as well as DataSet which is a container for multiple tables, relationships, and other metadata.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Define the executescalar method?

1 Answers  


Which namespaces are used for data access?

1 Answers   SwanSoft Technologies,


What is dao and ado?

1 Answers  


How to aggregating data across related tables?

1 Answers  


What is datatable in ado.net?

1 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

1 Answers  


how we can fire event in databound coulm in datagfrid withot using button?

1 Answers   Tech Mahindra,


What is connection in ado.net?

1 Answers  


How do I delete a row from a DataTable?

1 Answers   UGC Corporation,


What is the difference between dataset and datatable?

1 Answers  


How would you connect to database using .NET?

1 Answers  


What is ado control?

1 Answers  


Categories