Link Search Menu Expand Document

Db2DbSetting


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

Configured Values

PropertyValue
AreTableHintsSupportedfalse
AverageableTypedouble
ClosingQuote"
DefaultSchemanull
IsDirectionSupportedtrue
IsExecuteReaderDisposabletrue
IsMultiStatementExecutabletrue
IsPreparabletrue
IsUseUpsertfalse
MultiStatementSeparator;
OpeningQuote"
ParameterPrefix:

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(DB2Connection), new MyCustomDb2DbSetting(), true);