Superclass of single-column nullable types.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class NullableType _
	Inherits AbstractType
C#
[SerializableAttribute]
public abstract class NullableType : AbstractType
Visual C++
[SerializableAttribute]
public ref class NullableType abstract : public AbstractType

Remarks

Maps the Property to a single column that is capable of storing nulls in it. If a .net Struct is used it will be created with its unitialized value and then on Update the uninitialized value of the Struct will be written to the column - not nullNothingnullptr.

Inheritance Hierarchy