DefaultConnectionStrings.DetermineDialect method
Determines the dialect for a connection.
protected virtual ISqlDialect DetermineDialect(string connectionKey, ConnectionStringEntry entry)
| parameter | description |
|---|---|
| connectionKey | The connection key. |
| entry | The connection entry. |
Return Value
The SQL dialect.
See Also
- interface ISqlDialect
- class ConnectionStringEntry
- class DefaultConnectionStrings