Whate are different types of Commands available with
DataAdapter ?
Answer Posted / swapna
The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the Data providers in ADO.Net?
What is the return type of executescalar?
What is the difference between Dataset. clone and Dataset.copy?
What is full form of ado?
What are the major challenges in accessing data from a database?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are the classes in System.Data.Common Namespace?
Explain why edit is not possible in repeater?
What is a dataview?
What is a serialized object?
how can implement dropdownlist in particular of dataset when try to update?
Which object needs to be closed?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is ado.net objects?
How to find the given query is optimised one or not?