Maps a Boolean Property to a AnsiStringFixedLength column.

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

Syntax

C#
[SerializableAttribute]
public abstract class CharBooleanType : BooleanType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class CharBooleanType _
	Inherits BooleanType
Visual C++
[SerializableAttribute]
public ref class CharBooleanType abstract : public BooleanType

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..NullableType
      NHibernate.Type..::..ImmutableType
        NHibernate.Type..::..PrimitiveType
          NHibernate.Type..::..BooleanType
            NHibernate.Type..::..CharBooleanType
              NHibernate.Type..::..TrueFalseType
              NHibernate.Type..::..YesNoType

See Also