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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULDataReader class

MoveLast method Next Page

MoveNext method


UL Ext.: Positions the cursor to the next row or after the last row if the cursor was already on the last row.

Syntax

Visual Basic

Public Function MoveNext() As Boolean

C#

public bool MoveNext();

Return value

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

Remarks

This method is identical to the ULDataReader.Read method.

See also