[]
Returns a value indicating whether a value is null or System.DBNull.
public static bool IsNull(object v)
Value to test.
Returns true if v is null or System.DBNull, false otherwise.
v