Initialize a new instance of the BooleanType class using a AnsiStringFixedLengthSqlType.

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

Syntax

C#
public BooleanType(
	AnsiStringFixedLengthSqlType sqlType
)
Visual Basic
Public Sub New ( _
	sqlType As AnsiStringFixedLengthSqlType _
)
Visual C++
public:
BooleanType(
	AnsiStringFixedLengthSqlType^ sqlType
)

Remarks

This is used when the Property is mapped to a string column that stores true or false as a string.

See Also