Represents a dialect of SQL implemented by a particular RDBMS. Subclasses implement NHibernate compatibility with different systems.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract class Dialect
Visual Basic
Public MustInherit Class Dialect
Visual C++
public ref class Dialect abstract

Remarks

Subclasses should provide a public default constructor that Register() a set of type mappings and default Hibernate properties.

Inheritance Hierarchy

See Also