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.
Illustrate the terms validation controls?
Illustrate the various types of contract available in the WCF?
Illustrate the term LinqDataSource control?
What is data type and how many types of data types are there in .NET ?
What are the rules and regulations which should be followed while creating the well-formed XML document?
Describe the meaning of Serialization and Deserialization and its utilization?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
What is meant by the Object Pooling?
What are the methods by which we can instantiate a complex number?
Elucidate Master Pages in ASP.NET?
18,76,764
1950929 Asked
3,689
Active Tutors
1457604
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!