Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
继续执行 ULTable.FindLast 搜索,从表中的当前位置向后移动,查看上一行是否与当前索引中的某个值或整个值集完全匹配。
Public Function FindPrevious() As Boolean
public bool FindPrevious()
如果成功则返回 true,否则返回 false。
ULException 类 发生 SQL 错误。
如果上一行与索引值完全匹配,则游标将停留在该行上。失败时,游标位置在第一行之前(如 ULDataReader.IsBOF 属性所示)。
如果在行更新过程中修改了要搜索的列值,则 FindPrevious 方法行为处于不确定状态。