Skip to content

DefaultSqlDialectMapper class

namespace: Serenity.Data   assemblySerenity.Net.Services

Default implementation of ISqlDialectMapper that maps well-known provider names and dialect type names to their corresponding ISqlDialect.

public class DefaultSqlDialectMapper : ISqlDialectMapper

Public Members

name description
DefaultSqlDialectMapper() The default constructor.
TryGet(…) Returns the dialect for a dialect or provider name, or null if none is found.

See Also