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
Explain which name space is used to get assembly details?
How does entity framework work?
Which name space is used to get assembly details?
What is ado circle?
What is dao and ado?
What is a sqldataadapter?
Explain the namespaces in which .net has the data functionality class.
What is ado recordset?
Define partial class?
What are the data providers in ADO.NET framework?
What is microsoft ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is sqldatasource?
What are the classes in System.Data.Common Namespace?
Which object of ado contains datarow datacolumn collection?