Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 541 Bytes

File metadata and controls

13 lines (9 loc) · 541 Bytes

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