What is the SqlCommandBuilder?

Technology CommunityCategory: ADO.NETWhat is the SqlCommandBuilder?
VietMX Staff asked 3 years ago

CommandBuilder helps you to generate update, delete, and insert commands on a single database table for a data adapter. Similar to other objects, each data provider has a command builder class. The OleDbCommandBuilder, SqlCommonBuilder, and OdbcCommandBuilder classes represent the CommonBuilder object in the OleDb, Sql, and ODBC data providers.