Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
Namespace:
NHibernate.UserTypes
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function IsDatabaseNull ( _
value As Object _
) As Boolean |
JavaScript |
---|
function isDatabaseNull(value); |
Parameters
- value
- Type: System..::.Object
The value, may be nullNothingnullptra null reference (Nothing in Visual Basic).
Return Value
trueTruetruetrue (True in Visual Basic) if the specified value is represented as
nullNothingnullptra null reference (Nothing in Visual Basic) in the database;
otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also