Db2DbSetting

A setting class used for the Db2 data provider.

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

Property Value
AreTableHintsSupported false
AverageableType double
ClosingQuote "
DefaultSchema null
IsDirectionSupported true
IsExecuteReaderDisposable true
IsMultiStatementExecutable true
IsPreparable true
IsUseUpsert false
MultiStatementSeparator ;
OpeningQuote "
ParameterPrefix :

Usability

Use DbSettingMapper to override it with a custom implementation.

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