AtomsFramework Persistence Layer Reference Guide

ResultCursor.NextCursor Method 

[This is preliminary documentation and subject to change.]

Advances the cursor to the next ResultSet position.

[Visual Basic]
Public Sub NextCursor()
[C#]
public void NextCursor();

Remarks

If the cursor is advanced past the last position, the EOF flag will be set.

See Also

ResultCursor Class | AtomsFramework Namespace