namespace: Serenity.Data assembly: Serenity.Net.Data
The default dialect, returns the local dialect if any set through SetLocal, the default dialect otherwise. This should be only set on application start. Local dialect should be used for unit tests.
public static ISqlDialect DefaultDialect { get; set; }
- interface ISqlDialect
- class SqlSettings