adspace


What is ado.net object model?

Answer Posted / Satyam Srivastava

ADO.NET Object Model is a .NET Framework programming interface for data access and manipulation, built on top of ADO (ActiveX Data Objects) and optimized for XML support. The main objects in the ADO.NET Object Model are Connection, Command, DataReader, DataAdapter, DataSet, and various data-bound controls like DataGridView.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to call the sql commands asynchronously in ado.net version 2.0?

996


What is the current version of entity framework?

1048