Property | Accessor | Description |
CatalogLocation | get set | Position of the catalog name in a qualified table name. |
CatalogSeparator | get set | The string of characters that defines the separation between a catalog name and the table name. |
ConflictOption | get set | Controls how to compare for update conflicts. |
DataAdapter | get set | The IngresDataAdapter object that is associated with the CommandBuilder. The IngresDataAdapter contains the InsertCommand, DeleteCommand, and UpdateCommand objects that are automatically derived from the SelectCommand. |
QuotePrefix | get set | The string of characters that are used as the starting delimiter of a quoted table or column name in an SQL statement. |
QuoteSuffix | get set | The string of characters that are used as the ending delimiter of a quoted table or column name in an SQL statement. |
SchemaSeparator | get set | The string of characters that defines the separation between a table name and column name. Always a period (.) |