Answer Posted / shwetha
The 4 Types of Classes in Ado.Net are
* Sqlconnection
* SQlCommand
* SqlDataReader
* SqlDataAdaptor
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is ado code?
What is adodb dll?
What is dao and ado?
Which keyword is used to accept variable number of parameters?
What is data access pattern?
Is ado.net an orm?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
how we can fire event in databound coulm in datagfrid withot using button?
What are the different ado.net namespaces are available in .net?
What is difference between sqldatareader and sqldataadapter?
Define the executescalar method?
How can we perform transactions in .net?
What are the data access namespaces in .NET?