A custom type with certain not-nullNothingnullptr values represented as nullNothingnullptr
in the database.
Namespace: NHibernate.UserTypes
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface INullableUserType |
| C# |
|---|
public interface INullableUserType |
| Visual C++ |
|---|
public interface class 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 trueTruetrue.