6.3.4 OracleCommandBuilder Properties

OracleCommandBuilder properties are listed in Table 6-21.

Table 6-21 OracleCommandBuilder Properties

Property Description

Container

Inherited from System.ComponentModel.Component

CaseSensitive

Indicates whether or not double quotes are used around Oracle object names when generating SQL statements

CatalogLocation

Not Supported

CatalogSeparator

Not Supported

ConflictOption

Not Supported

DataAdapter

Indicates the OracleDataAdapter for which the SQL statements are generated

QuotePrefix

Specifies the beginning character or characters used to specify database objects whose names contain special characters such as spaces or reserved words

QuoteSuffix

Specifies the ending character or characters used to specify database objects whose names contain special characters such as spaces or reserved words

SchemaSeparator

Specifies the character to be used for the separator between the schema identifier and other identifiers

Site

Inherited from System.ComponentModel.Component