Return true if there is another record to read.


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

Syntax

Visual Basic (Declaration)
Public Function hasNext() As Boolean _
    Implements NetricsTableRecSrc.hasNext
C#
public bool hasNext()
C++
public:
 bool hasNext() sealed 
J#
public bool hasNext()
JScript
public  function hasNext() : bool

Implements

NetricsTableRecSrc.hasNext

See Also