CommandBuilder class
Illustrate the use of CommandBuilder class?
Expert
The CommandBuilder class automatically update a database in accordance with the changes which are made in a DataSet.This class automatically registers itself as an event listener to the RowUpdating event. When data inside the row changes, object of the CommandBuilder class spontaneously generates an SQL statement and uses SelectCommand property for commiting the changes which are made in DataSet.
OLEDB provider in .NET Framework has the OleDbCommandBuiider class; on the other hand, the SQL provider has the SqlCommandBuilder class.
State the concept of constructor?
What do you mean by the term base class of .net?
What is meant by DLR (Dynamic Language Runtime)?
State the properties in C# and the advantages that are obtained by using them in programs.
Explain the requirement of Timer control in the AJAX.
Specify difference between the asynchronous postback and the synchronous postback?
State the function of the “Try-Catch-Finally” block
List some differences between the CheckBox control and a RadioButton control?
Explain how exception handling is changed in the .NET Framework 4.0?
Explain different implementations of the LINQ?
18,76,764
1941596 Asked
3,689
Active Tutors
1417319
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!