Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database.
Visual Basic
NotInheritable Public Class ULCommandBuilder
Inherits Component
C#
public sealed class ULCommandBuilder :
Component
The ULDataAdapter does not automatically generate the SQL statements required to reconcile changes made to a System.Data.DataSet with the associated data source. However, you can create a ULCommandBuilder object to automatically generate SQL statements for single-table updates if you set the SelectCommand property of the ULDataAdapter. Then, any additional SQL statements that you do not set are generated by the ULCommandBuilder.
Inherits: System.ComponentModel.Component
Implements: System.IDisposable
ULCommandBuilder members
ULCommandBuilder constructor
ULCommandBuilder constructor
DataAdapter property
QuotePrefix property
QuoteSuffix property
GetDeleteCommand method
GetInsertCommand method
GetUpdateCommand method
RefreshSchema method