Returns the "increment when" expression.
This expression determines whether a dataset will be incremented or not.
The expression (if not null) is evaluated before each increment of the dataset.
The increment will be carried on only when the result of the evaluation is Boolean.TRUE ;
if the result is null or false, the increment will not be performed.
the "increment when" expression |