IsNull Method
IsNull(object)
Checks whether the specified value is null od DBNull.
Declaration
protected static bool IsNull(object value)
Protected Shared Function IsNull(value As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
value |
|
Returns