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
See Also