IsNull Property (OracleRef)
In This Topic
Gets a value indicating whether the reference to the object is null.
Syntax
'Declaration
Public ReadOnly Property IsNull As Boolean
public bool IsNull {get;}
Property Value
true if reference to the object is null; otherwise,
false.
See Also