Superclass of single-column nullable types.

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

Syntax

C#
[SerializableAttribute]
public abstract class NullableType : AbstractType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class NullableType _
	Inherits 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 nullNothingnullptra null reference (Nothing in Visual Basic).

Inheritance Hierarchy

See Also