ArcFM Responder Mobile Developer Guide
IsNotNull Method






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 System.Object _
) As System.Boolean
'Usage
 
Dim value As System.Object
Dim value As System.Boolean
 
value = DbCompare.IsNotNull(value)
public static System.bool IsNotNull( 
   System.object value
)
public function IsNotNull( 
    value: System.TObject
): System.Boolean; static; 
public static function IsNotNull( 
   value : System.Object
) : System.boolean;
public: static System.bool IsNotNull( 
   System.Object* value
) 
public:
static System.bool IsNotNull( 
   System.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DbCompare Class
DbCompare Members

Send Feedback