IgetSize()

Returns the size of the business object array.

Syntax

long IgetSize();

Parameters

None.

Return Values

An integer to indicate the number of elements (business objects) in the business object array.

Example

// get the array size
long = arraySize = 0;
arraySize = exampleBusObjArray.IgetSize();

Copyright IBM Corp. 2004, 2005