DekGenius.com
[ Team LiB ] Previous Section Next Section

Chapter 30. The CommandBuilder Class

The CommandBuilder class can automatically generate single-table commands for the DataAdapter to use when reconciling changes made to disconnected data with the underlying data source The CommandBuilder can also update the data source with changes made to the DataSet using very little code. It creates all of the updating logic: the UPDATE, INSERT, and DELETE SQL statements.

    [ Team LiB ] Previous Section Next Section