Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference

Prepare method Next Page

ULCommandBuilder class


Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database.

Syntax

Visual Basic

NotInheritable Public Class ULCommandBuilder
Inherits Component

C#

public sealed class ULCommandBuilder :
Component

Remarks

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

See also

ULCommandBuilder members
ULCommandBuilder constructor
ULCommandBuilder constructor
DataAdapter property
QuotePrefix property
QuoteSuffix property
GetDeleteCommand method
GetInsertCommand method
GetUpdateCommand method
RefreshSchema method