A custom type with certain not-nullNothingnullptra null reference (Nothing in Visual Basic) values represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.

Namespace:  NHibernate.UserTypes
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface INullableUserType
C#
public interface INullableUserType
Visual C++
public interface class INullableUserType
JavaScript
NHibernate.UserTypes.INullableUserType = function();
NHibernate.UserTypes.INullableUserType.createInterface('NHibernate.UserTypes.INullableUserType');

Remarks

Implementing this interface is useful if a property of the type is used in a class with dynamic-update or dynamic-insert set to trueTruetruetrue (True in Visual Basic).

See Also