Member name | Description |
---|---|
Initializes a new instance of the ULCommandBuilder class. |
Member name | Description |
---|---|
CatalogLocation (inherited from DbCommandBuilder) |
Sets or gets the CatalogLocation for an instance of the DbCommandBuilder. |
CatalogSeparator (inherited from DbCommandBuilder) |
Sets or gets a string used as the catalog separator for an instance of the DbCommandBuilder. |
ConflictOption (inherited from DbCommandBuilder) |
Specifies which ConflictOption is to be used by the DbCommandBuilder. |
Gets or sets a ULDataAdapter object for which SQL statements are automatically generated. |
|
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. |
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. |
SchemaSeparator (inherited from DbCommandBuilder) |
Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. |
SetAllValues (inherited from DbCommandBuilder) |
Specifies whether all column values in an update statement are included or only changed ones. |
Member name | Description |
---|---|
Gets the automatically generated DbCommand object required to perform deletions at the data source. |
|
Gets the automatically generated DbCommand object required to perform insertions at the data source. |
|
Gets the automatically generated DbCommand object required to perform updates at the data source. |
|
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. |
RefreshSchema (inherited from DbCommandBuilder) |
Clears the commands associated with this DbCommandBuilder. |
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. |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |