iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

TypeRegistry.NullableBoolAlias Field

The alias around the 'bool?' type.

[Visual Basic]
Public Const NullableBoolAlias As String = "bool?"
[C#]
public const NullableBoolAlias NullableBoolAlias = "bool?";

See Also

TypeRegistry Class | IBatisNet.Common.Utilities.TypesResolver Namespace