describe about the ado.net object model

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


Please Help Members By Posting Answers For Below Questions

What is the use of Dataview?

582


Define isolation?

547


Define executenonquery?

529


What is ado connection?

512


Which is the best method to get two values from the database?

529






What are the difference between readonly vs. Const?

508


Explain the difference between data reader and data set?

495


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1941


How can I retrieve two tables of data at a time by using data reader?

524


Which is faster datareader or dataadapter?

541


What are the methods of XML dataset object?

621


What is microsoft ado.net?

589


What are dcl commands?

512


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

582


Define the executescalar method?

527