Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在表中从末尾向后移动,查找匹配或小于当前索引中某个值或整个值集的行。
Public Function LookupBackward() As Boolean
public bool LookupBackward()
如果成功则返回 true,否则返回 false。
ULException 类 发生 SQL 错误。
若要指定要搜索的值,请为索引中的每一列设置列值。游标停留在所找到的第一个与索引值匹配或小于该索引值的行上。失败时(即没有任何行小于要查找的值),游标位置在第一行之前 (ULDataReader.IsBOF)。
每次搜索之前必须首先调用 LookupBegin。