SqlSettings.DefaultDialect property

namespace: Serenity.Data   assemblySerenity.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; }

See Also