Initialize a new instance of the BooleanType class using a
AnsiStringFixedLengthSqlType.
Namespace: NHibernate.TypeAssembly: 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 ) |
Parameters
- sqlType
- Type: NHibernate.SqlTypes..::..AnsiStringFixedLengthSqlType
The underlying SqlType.
Remarks
This is used when the Property is mapped to a string column
that stores true or false as a string.