The base constructor for Dialect.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected Dialect() |
| Visual Basic |
|---|
Protected Sub New |
| Visual C++ |
|---|
protected: Dialect() |
Remarks
Every subclass should override this and call Register() with every DbType except
Object, SByte, UInt16, UInt32,
UInt64, VarNumeric.
The Default properties for this Dialect should also be set - such as whether or not to use outer-joins and what the batch size should be.