Answer Posted / sandyni
The main object model of an ADO.Net architecture is "Data
Provider". It provides data access to SQl server ,Oracle,
Access in order to retreive,update and insert data in the
datastore.
the main objects of ADO.Net object model are....
1.connection object : used to establish connection to
database.
2.command object: it is used to execute commands and stored
procedures.
3.dataAdapter object: used to establish connection between
datastore and dataset.
4.dataReader object: used to read data from dataset in
forward only.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which method is used to sort the data in ADO.Net?
Which ado.net object is very fast in getting data from the database?
What is Data Provider?
Explain the two fundamental objects in ado.net?
How to generate a single aggregate?
How do you connect to sql server database without using sqlclient?
What is the difference between ado.net and entity framework?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is data relation?
Which method in OLEDBAdapter is used to populate dataset with records?
What is two way data binding android?
What is ado.net in mvc?
What is ado object model?
What is the difference between OLEDB Provider and SqlClient?
What is the difference between executequery and executenonquery?