.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
For bulk requests and query requests, move the internal iterator to the next result. For bulk requests and query requests, the iterator initially points prior to the first result. For single newPepRequest, the iterator always points to the first and only result and next() always returns false.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool Next()

Return Value

return true if there is another result for bulk requests and query requests, false otherwise.

See Also