SqlSettings.DefaultDialect property
Gets or sets the default dialect. Returns the local dialect if any is set through SetLocalDialect, otherwise the default dialect. This should only be set on application start. The local dialect should be used for unit tests.
public static ISqlDialect DefaultDialect { get; set; }
See Also
- interface ISqlDialect
- class SqlSettings