Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
根据当前索引,向前扫描整个表以执行精确匹配查寻。
public virtual bool FindFirst(ul_column_num ncols)
ncols 对于复合索引,该参数表示查找中使用的列数。
如果没有与索引值匹配的行,则游标位置为 AfterLast(),并且此函数返回 false。
要指定要搜索的值,请为索引中的每一列设置列值。游标位于第一个与索引值完全匹配的行上。