What is different between SqlCommand and SqlCommandBuilder
What is different between SqlCommand and SqlCommandBuilder.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
nallyaPosted Nov 6, 2012, 7:16 AM
SQLCommandBuilder object is used to build & execute SQL (DML) queries like select, insert, update & delete.