ODAC

TOraParam.ItemIsNull Property(Indexer)

Used to indicate if an item value is Null.

Class

TOraParam

Syntax

property ItemIsNull[Index: integer]: boolean;

Parameters
Index
Holds the index of a PL/SQL table item.

Remarks

Use the ItemIsNull property to access PL/SQL table item by Index. Returns True, if the item value is Null.

Index starts with 1. The index value cannot be greater than Length value.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback