Dialects field

Provides access to Dialect mappings Dictionary from the configuration. Connection string name is the key, Dialect instance is the value.

Namespace: ReFlex.Data.Configuration namespace
Assembly: ReFlex.Data.dll

Syntax

public static Dictionary<string, IDialect> Dialects;