ComponentOne DataObjects for .NET
Updating SQL-Based and Unbound Tables
DataObjects for .NET (Enterprise Edition) > Updating the Database > Updating SQL-Based and Unbound Tables

For bound tables (with non-empty Connection and DbTableName properties), and for SQL-based tables (with non-empty Connection and SelectCommandText properties) with DataAdapter component, the update process is automatic, although it can be customized with properties and events.

For SQL-based without DataAdapter component and for unbound tables, using events is required to provide update functionality, see Bound, SQL-Based and Unbound Tables.

See Also