ULCommandBuilder members

Public constructors
Member name Description

ULCommandBuilder constructors

Initializes a new instance of the ULCommandBuilder class.

Public properties
Member name Description

[external link] CatalogLocation (inherited from DbCommandBuilder)

Sets or gets the [external link] CatalogLocation for an instance of the [external link] DbCommandBuilder.

[external link] CatalogSeparator (inherited from DbCommandBuilder)

Sets or gets a string used as the catalog separator for an instance of the [external link] DbCommandBuilder.

[external link] ConflictOption (inherited from DbCommandBuilder)

Specifies which [external link] ConflictOption is to be used by the [external link] DbCommandBuilder.

DataAdapter property

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

[external link] QuotePrefix (inherited from DbCommandBuilder)

Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.

[external link] QuoteSuffix (inherited from DbCommandBuilder)

Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.

[external link] SchemaSeparator (inherited from DbCommandBuilder)

Gets or sets the character to be used for the separator between the schema identifier and any other identifiers.

[external link] SetAllValues (inherited from DbCommandBuilder)

Specifies whether all column values in an update statement are included or only changed ones.

Public methods
Member name Description

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)

Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.

[external link] RefreshSchema (inherited from DbCommandBuilder)

Clears the commands associated with this [external link] DbCommandBuilder.

[external link] UnquoteIdentifier (inherited from DbCommandBuilder)

Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.

See also