Pankaj Pathak
What is the use of SqlCommandBuilder?
By Pankaj Pathak in ADO.NET on Jul 01 2013
  • Sandeep Singh
    Sep, 2016 16

    You write only select command to retrieve data form database with the help of DataReader and rest of the commands(Like Insert , Update and Delete) are automatically generated when you create the instance of CommandBuilder .

    • 0
  • Pramod Lawate
    Aug, 2013 5

    SqlCommandbuilder is mostly use for execute the query against the database for CRUD application.

    • 0
  • Dhiraj Sharma
    Jul, 2013 6

    a)SQLCommand is used to execute all kind of SQL queries like DML(Insert, update,Delete) & DDL like(Create table, drop table etc) b)SQLCommandBuilder object is used to build & execute SQL (DML) queries like select, insert, update & delete.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS