Link Search Menu Expand Document

MariaDbDbSetting


This class is the BaseDbSetting-derived implementation for the MySqlConnector-based RepoDb.MariaDbConnector package. It is automatically registered by MariaDbBootstrap — you do not need to instantiate it directly under normal use.

Configured Values

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

Usability

Use DbSettingMapper to override it with a custom implementation.

DbSettingMapper.Add(typeof(MariaDbConnection), new MyCustomMariaDbDbSetting(), true);