MySqlDbSetting

A setting class used for the MySql.Data data provider.

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

Property Value
AreTableHintsSupported false
AverageableType double
ClosingQuote `
DefaultSchema null
IsDirectionSupported false
IsExecuteReaderDisposable false
IsMultiStatementExecutable true
IsPreparable false
IsUseUpsert false
OpeningQuote `
ParameterPrefix @

Usability

Use DbSettingMapper to override it with a custom implementation.

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