Responder Developer Guide
IsNull Method


Version: 10.2.1a

Resource Center Home

Value to compare to null and DBNull.
Indicates whether a value is either null or DBNull.
Syntax
'Declaration
 
Public Shared Function IsNull( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim value As Object
Dim value As Boolean
 
value = DbCompare.IsNull(value)
public static bool IsNull( 
   object value
)

Parameters

value
Value to compare to null and DBNull.

Return Value

True if the value of this object is null, otherwise false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbCompare Class
DbCompare Members

 

 


Send Comment