EnterpriseDbDbSetting
This class is the BaseDbSetting-derived implementation for EnterpriseDB. It is automatically registered by EnterpriseDbBootstrap — you do not need to instantiate it directly under normal use.
Configured Values
| Property | Value |
|---|---|
| AreTableHintsSupported | false |
| ClosingQuote | " |
| DefaultSchema | public |
| IsAffectedRowsSupported | true |
| IsDirectionSupported | true |
| IsExecuteReaderDisposable | true |
| IsMultiStatementExecutable | true |
| IsPreparable | true |
| IsTransactionSupported | true |
| IsUseUpsert | false |
| OpeningQuote | " |
| ParameterPrefix | @ |
| SqlTextParameterPrefix | @ |
Usability
Use DbSettingMapper to override it with a custom implementation.
DbSettingMapper.Add(typeof(EDBConnection), new MyCustomEnterpriseDbDbSetting(), true);