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
| Property | Value |
|---|---|
| AreTableHintsSupported | false |
| ClosingQuote | ` |
| DefaultSchema | null |
| IsDirectionSupported | false |
| IsExecuteReaderDisposable | false |
| IsMultiStatementExecutable | true |
| IsPreparable | false |
| IsUseUpsert | false |
| MultiStatementSeparator | ; |
| OpeningQuote | ` |
| ParameterPrefix | @ |
Usability
Use DbSettingMapper to override it with a custom implementation.
DbSettingMapper.Add(typeof(MariaDbConnection), new MyCustomMariaDbDbSetting(), true);