UL Ext.: Positions the cursor to the next row or after the last row if the cursor was already on the last row.
Visual Basic Public Function MoveNext() As Boolean
C# public bool MoveNext();
True if successful, false otherwise. For example, the method fails if there are no more rows.
This method is identical to the ULDataReader.Read method.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |