Returns true if the source has more records.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function hasNext() As Boolean _
    Implements NetricsBaseRecSrc.hasNext
C#
public override bool hasNext()
C++
public:
 virtual bool hasNext() override 
J#
public override bool hasNext()
JScript
public override  function hasNext() : bool

Return Value

True if there is another record, false otherwise.

Implements

NetricsBaseRecSrc.hasNext

Exceptions

Exception TypeCondition
NetricsRecSrcExceptionThrown if there is an error getting records from the underlying cursor.

See Also