Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDataReader class

 

MoveFirst method

UL Ext.: Positions the cursor to the first row of the cursor.

Syntax
Visual Basic
Public Function MoveFirst() As Boolean
C#
public bool MoveFirst();
Return value

True if successful, false otherwise. For example, the method fails if there are no rows.

See also