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 is the current version of entity framework?
How to connect and retrieve data from database using dataset
Is datareader faster than datatable?
Do we use stored procedure in ADO.Net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is the difference between sqldatareader and sqldataadapter?
What is two way data binding android?
What are the different ado.net namespaces are available in .net?
What is ado.net in mvc?
Which object of ado contains datarow datacolumn collection?
What is difference between connected and disconnected architecture in ado.net?
What are the steps to connect to a database?
How do you connect to sql server database without using sqlclient?
What is ado.net connection?
What is data reader in ado.net?