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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDataReader 类

 

MovePrevious 方法

UL Ext.: 将游标定位到上一行,或第一行之前。

语法
Visual Basic
Public Function MovePrevious() As Boolean
C#
public bool MovePrevious();
返回值

如果成功则返回 true,否则返回 false。例如,如果没有其它行,该方法将失败。

另请参见