Answer Posted / sandyni
Command object is used to connect the connection object to
data reader or dataset. and is used to execute queries and
stored procedures which are defined in the commandtext
property.
the main methods for command object property are....
1. ExecuteNonQuery()
2.ExecuteReader()
3.ExecuteScalar()
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the drawbacks of using ado.net?
Explain the advantage of ADO.Net?
List the 4 common ado.net namespaces?
What are the connected and disconnected modes in ado.net?
How do I delete a row from a DataTable?
Which object holds only data and does not interact with data source?
Why edit is not possible in repeater?
What is the use of connection object in ado.net?
What are the features of ado.net?
How to add an aggregate column?
Is ado.net dead?
Give an example that shows how to execute a stored procedure in ado.net?
What is difference in record set and dataset?
Is ado.net an orm?
How do you merge 2 datasets into the third dataset in a simple manner?