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 2.0 API Reference » ULCommandBuilder class

ULCommandBuilder class Next Page

ULCommandBuilder members


Public constructors
Member nameDescription

ULCommandBuilder constructors

Initializes a new instance of the ULCommandBuilder class.

Public properties
Member nameDescription

[external link] CatalogLocation (inherited from DbCommandBuilder)

[external link] CatalogSeparator (inherited from DbCommandBuilder)

[external link] ConflictOption (inherited from DbCommandBuilder)

DataAdapter property

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

[external link] QuotePrefix (inherited from DbCommandBuilder)

[external link] QuoteSuffix (inherited from DbCommandBuilder)

[external link] SchemaSeparator (inherited from DbCommandBuilder)

[external link] SetAllValues (inherited from DbCommandBuilder)

Public methods
Member nameDescription

GetDeleteCommand methods

Gets the automatically generated [external link] DbCommand object required to perform deletions at the data source.

GetInsertCommand methods

Gets the automatically generated [external link] DbCommand object required to perform insertions at the data source.

GetUpdateCommand methods

Gets the automatically generated [external link] DbCommand object required to perform updates at the data source.

[external link] QuoteIdentifier (inherited from DbCommandBuilder)

[external link] RefreshSchema (inherited from DbCommandBuilder)

[external link] UnquoteIdentifier (inherited from DbCommandBuilder)

See also