Initialize a new instance of the BooleanType

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

Syntax

C#
public BooleanType()
Visual Basic
Public Sub New
Visual C++
public:
BooleanType()

Remarks

This is used when the Property is mapped to a native boolean type.

See Also