Link Search Menu Expand Document

MySqlDbSetting


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

Configured Values

PropertyValue
AreTableHintsSupportedfalse
AverageableTypedouble
ClosingQuote`
DefaultSchemanull
IsDirectionSupportedfalse
IsExecuteReaderDisposablefalse
IsMultiStatementExecutabletrue
IsPreparablefalse
IsUseUpsertfalse
OpeningQuote`
ParameterPrefix@

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(MySqlConnection), new MyCustomMySqlDbSetting(), true);