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.

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.