Member name | Description |
---|---|
Initializes a new instance of the SACommandBuilder 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. |
Specifies the SADataAdapter for which to generate statements. |
|
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 |
---|---|
Populates the Parameters collection of the specified SACommand object. This is used for the stored procedure specified in the SACommand. |
|
Returns the generated SACommand object that performs DELETE operations on the database when SADataAdapter.Update is called. |
|
Returns the generated SACommand object that performs INSERT operations on the database when an Update is called. |
|
Returns the generated SACommand object that performs UPDATE operations on the database when an Update is called. |
|
Returns the correct quoted form of an unquoted identifier, including properly escaping any embedded quotes in the identifier. |
|
RefreshSchema (inherited from DbCommandBuilder) |
Clears the commands associated with this DbCommandBuilder. |
Returns the correct unquoted form of a quoted identifier, including properly un-escaping any embedded quotes in the identifier. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |