Maps a Boolean Property to a AnsiStringFixedLength column.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class CharBooleanType _
	Inherits BooleanType
C#
[SerializableAttribute]
public abstract class CharBooleanType : BooleanType
Visual C++
[SerializableAttribute]
public ref class CharBooleanType abstract : public BooleanType
JavaScript
NHibernate.Type.CharBooleanType = function();

Type.createClass(
	'NHibernate.Type.CharBooleanType',
	NHibernate.Type.BooleanType);

Inheritance Hierarchy

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

See Also