Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULTable 类

 

LookupBegin 方法

准备在此表中执行新的查找。要搜索的值是通过对用于打开此表的索引中的列调用相应的 setType 方法来指定的。

语法
Visual Basic
Public Sub LookupBegin()
C#
public void LookupBegin();
另请参见