Returns true if the source has more records.
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 |