Answer Posted / prakash
Not Sql ADO Object Model Only.But ADO.Net has the following
methods also
1.OLEDBProvider
2.SQLProvider
3.ODBCProvider
the above all has the Connection,Command,Data Reader, Data
Set, Data Adapter Also.So Finally List Only Common Object
Models , They are
1. Connection Objects
2. Command Objects
3. DataReader Object
4. DataSet Object
5. DataAdapter Object
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is ado.net in mvc?
What is command class in ado.net?
What is an ADO.Net?
What are the essential features of ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is Data Provider?
What is ado code?
Explain how can we load multiple tables in to dataset?
What are the various methods provided by the DataSet object to generate XML?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
How can we save all data from dataset?
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?
Describe datareader object of ado.net with example.
What is the difference in an abstract class and an interface?
What is the difference between SqlCommand and SqlCommandBuilder?