UL Ext.: Positions the cursor to the previous row or before the first row.
Visual Basic
Public Function MovePrevious() As Boolean
C#
public bool MovePrevious();
True if successful, false otherwise. For example, the method fails if there are no more rows.
ULException class - A SQL error occurred.