Superclass of single-column nullable types.
Namespace: NHibernate.TypeAssembly: 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
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..MutableType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..MutableType