What is the use of command objects?
Answers were Sorted based on User's Feedback
Answer / rajesh
In order to execute Sql commands and stored procedures we
need command objects
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / 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 |
What is a datareader object?
Do you use stored procedure in ado.net?
What is dataadapter in ado.net?
How to store data in memory?
What are the Features of a dataset
What is difference between ado.net and asp net?
What is a column variable?
What is ado.net in mvc?
how Sequence to connect and retrieve data from database using dataset?
How can we add relation between tables in a dataset?
What do you know about ado.net's objects?
What is XML serialization