SqlTypeFactory provides Singleton access to the SqlTypes.

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

Syntax

C#
[SerializableAttribute]
public static class SqlTypeFactory
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class SqlTypeFactory
Visual C++
[SerializableAttribute]
public ref class SqlTypeFactory abstract sealed

Inheritance Hierarchy

System..::..Object
  NHibernate.SqlTypes..::..SqlTypeFactory

See Also