IsNull (OraCollection) Property
Description
Returns True
if the collection value of the OraCollection
object is Null
.
Usage
isnull = OraObject.IsNull
Data Type
Integer
(Boolean)
Remarks
Accessing elements of a Null
collection results in an error. The IsNull
property should be checked before accessing elements of an underlying collection.