uses of Command object in ADO.NET
List the usages of the Command object in ADO.NET?
Expert
The usages of the Command object in AD0.NET are:
a) Command object in the AD0.NET executes a command against the database and retrieves a DataReader or DataSet object. b) It also executes commands such as, UPDATE, INSERT or DELETE command against the database. c) All the command objects are derived from the DbCommand class. d) The command object is characterized by the two classes: and OleDbComm and SqlCommand.
The Command object offers three methods in order to execute commands in the database:
a) The ExecuteNonQuery() method, which executes commands and also does not return any value. b) The ExecuteReader() method, which returns a result set by using the DataReader object. c) The ExecuteScalar() method, which returns single value from the database query.
Explain the term Merge Module projects?
Explain, what is Connection Pooling?
Write the name of the control that you will use to make sure which values in the two different controls match?
List some of the new features of ASP.NET AJAX 4.0?
What is the difference between HTTP-Post and HTTP-Get?
Explain the term Cookie? Explain where it can be used in ASP.NET?
What is the function of Orientation property in a Menu control?
In what way we can alter height of the combo box drop-down list?
What does it signify to state ‘the canonical’ form of the XML?
Write the difference between Select clause and the SelectMany() method in theLINQ?
18,76,764
1921962 Asked
3,689
Active Tutors
1451087
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!