IsEmpty Property (OracleLob)
In This Topic
Gets a value indicating whether the
OracleLob is empty or not.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
Property Value
true if the
OracleLob is empty; otherwise,
false.
See Also