What is the use of command builder?



What is the use of command builder?..

Answer / Nripendra Misra

The CommandBuilder in C# is a utility class used for automatically generating DataAdapter objects for SQL commands. It helps developers create and populate DataAdapter objects for common SQL operations (Select, Insert, Update, Delete) based on an initial DataAdapter instance, thereby reducing the amount of code required to write and manage database operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between class and abstract class in c#?

1 Answers  


How will you allow a class to be inherited, but prevent the method from being over-ridden?

1 Answers   Siebel,


What can I create with c#?

1 Answers  


What are boxing and unboxing?

1 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

1 Answers  


What is extended method in c#

3 Answers   iNautix,


What is inline function in c#?

1 Answers  


What is the difference between do and while loop?

1 Answers  


Can abstract class have constructor c#?

1 Answers  


To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


What is lastindexof c#?

1 Answers  


What is trim in c#?

1 Answers  


Categories