Initialize a new instance of the NullableType class using a
SqlType.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub New ( _ sqlType As SqlType _ ) |
C# |
---|
protected NullableType( SqlType sqlType ) |
Visual C++ |
---|
protected: NullableType( SqlType^ sqlType ) |
JavaScript |
---|
NHibernate.Type.NullableType = function(sqlType); |
Parameters
- sqlType
- Type: NHibernate.SqlTypes..::.SqlType
The underlying SqlType.
Remarks
This is used when the Property is mapped to a single column.