Next method: QueryCriteria collection
Syntax
Next()
Description
The Next method returns the next QueryCriteria object in the QueryCriteria collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.
Parameters
None.
Returns
A reference to a QueryCriteria object if successful, NULL otherwise.
Example
&MyQueryCriteria = &MyCollection.Next();