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 » ULCommandBuilder class

ULCommandBuilder class Next Page

ULCommandBuilder members


Public constructors
Member nameDescription
ULCommandBuilder constructor

Initializes a ULCommandBuilder object.

ULCommandBuilder constructor

Initializes a ULCommandBuilder object with the specified ULDataAdapter object.

Public properties
Member nameDescription
DataAdapter property

Gets or sets a ULDataAdapter object for which SQL statements are automatically generated.

QuotePrefix property

Gets or sets the starting character or characters to use when specifying UltraLite database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens.

QuoteSuffix property

Gets or sets the ending character or characters to use when specifying UltraLite database objects, such as tables or columns, whose names contain characters such as spaces or reserved tokens.

Public methods
Member nameDescription
GetDeleteCommand method

Gets the automatically generated ULCommand object required to perform deletions on the database.

GetInsertCommand method

Gets the automatically generated ULCommand object required to perform insertions on the database.

GetUpdateCommand method

Gets the automatically generated ULCommand object required to perform updates on the database.

RefreshSchema method

Clears the commands associated with this ULCommandBuilder.