Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在表中从开头往前移动,查找与当前索引中的一个值或整个值集完全匹配的行。
Public Function FindFirst() As Boolean
public bool FindFirst()
如果成功则返回 true,否则返回 false。
ULException 类 发生 SQL 错误。
若要指定要搜索的值,请为索引中的每一列设置列值。游标停留在第一个与索引值完全匹配的行上。失败时,游标位置在最后一行之后(如 ULDataReader.IsEOF 属性所示)。
必须在每次搜索前调用 FindBegin 方法。