Link Search Menu Expand Document

OracleDbSetting


This class is the BaseDbSetting-derived implementation for Oracle. It is automatically registered by OracleBootstrap — you do not need to instantiate it directly under normal use.

Configured Values

PropertyValue
AreTableHintsSupportedfalse
AverageableTypedouble
ClosingQuote"
DefaultSchemanull
IsDirectionSupportedtrue
IsExecuteReaderDisposabletrue
IsMultiStatementExecutablefalse
IsPreparabletrue
IsUseUpsertfalse
OpeningQuote"
ParameterPrefix:

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(OracleConnection), new MyCustomOracleDbSetting(), true);