AtomsFramework Persistence Layer Reference Guide

ResultCursor.PreviousCursor Method 

[This is preliminary documentation and subject to change.]

Reverses the cursor to the previous position.

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

Remarks

If the cursor was on the first record in the ResultSet then the BOF flag will be turned on.

See Also

ResultCursor Class | AtomsFramework Namespace