Google News
logo
ADO.NET - Interview Questions
What is the difference between Command and CommandBuilder object?
Command is used to execute all kind of queries like DML and DDL. DML is nothing but Insert, Update and Delete. DDL are like Create and drop tables.
 
Command Builder object is used to build and execute DDL queries like Create and Drop Tables.
Advertisement