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
What is sqlconnection and sqlcommand?
How is entity framework different from ado.net?
Which object of ado contains datarow datacolumn collection?
What are three methods for displaying data in a syncfusion datagrid
Explain how to pass multiple tables in datasets simultaneously?
how Sequence to connect and retrieve data from database using dataset?
Which parameter of ConnectionString is used to specify the name of the database?
What is the difference between sqlcommand and sqldataadapter?
What are the steps you will take to improve performance?
What are the parameters that control most of connection pooling behaviours?
What is a datagridview?
Which is the best method to get two values from the database?
What is csdl entity framework?
What is the significance of CommandBehavior.CloseConnection ?
What are the differences between OLEDB and SQLClient Providers?