| ibi Patterns - Search 6.0.0 .NET API |
| NetricsTableCursorCompoundRecSrc.getNext Method |
| See AlsoExample |
![]()
|
Returns the next record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Function getNext() As NetricsCompoundRecord |
| C# |
|---|
| public override NetricsCompoundRecord getNext() |
| C++ |
|---|
| public: virtual NetricsCompoundRecord getNext() override |
| J# |
|---|
| public override NetricsCompoundRecord getNext() |
| JScript |
|---|
| public override function getNext() : NetricsCompoundRecord |
Return Value
The next record.
Exceptions
| Exception Type | Condition |
|---|---|
| NetricsRecSrcException | Thrown if an error occurs, or if there are no more records. |