Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
根据当前索引,向前扫描整个表以执行查寻。
public virtual bool Lookup(ul_column_num ncols)
ncols 对于复合索引,是指在查找中使用的列数。
如果游标的最终位置设置在最后一行之后,则返回 false。
要指定要搜索的值,请为索引中的每一列设置列值。游标位于最后一个与索引值匹配或小于该索引值的行上。对于复合索引,ncols 参数指定在查找中使用的列数。