Link Search Menu Expand Document

EnterpriseDbDbSetting


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

Configured Values

PropertyValue
AreTableHintsSupportedfalse
ClosingQuote"
DefaultSchemapublic
IsAffectedRowsSupportedtrue
IsDirectionSupportedtrue
IsExecuteReaderDisposabletrue
IsMultiStatementExecutabletrue
IsPreparabletrue
IsTransactionSupportedtrue
IsUseUpsertfalse
OpeningQuote"
ParameterPrefix@
SqlTextParameterPrefix@

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(EDBConnection), new MyCustomEnterpriseDbDbSetting(), true);