Responder Developer Guide
IsNotNull Method


Version: 10.2.1a

Resource Center Home

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

Parameters

value
Value to compare to null and DBNull.

Return Value

True if the value is not null or DBNull, 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