'Declaration Public Shared Function IsNull( _ ByVal v As System.Object _ ) As System.Boolean
public static System.bool IsNull( System.object v )
Parameters
- v
- Value to test.
Return Value
Returns true if v is null or System.DBNull, false otherwise.
'Declaration Public Shared Function IsNull( _ ByVal v As System.Object _ ) As System.Boolean
public static System.bool IsNull( System.object v )