Collection Contents 上一页 下一页 PDF

UltraLite for MobileVB 用户指南

UltraLite for MobileVB API 参考

ULTable 类


ULTable 类用于在表中存储、删除、更新和读取数据。

必须先调用 Open 方法,然后才可以使用表数据。ULTable 对表操作使用以下表模式:

模式 说明
FindBegin 开始查找模式
InsertBegin 开始插入模式
LookupBegin 开始查寻模式
UpdateBegin 开始更新模式

属性
Close 方法
Column 方法
Delete 方法
DeleteAllRows 方法
FindBegin 方法
FindFirst 方法
FindLast 方法
FindNext 方法
FindPrevious 方法
Insert 方法
InsertBegin 方法
LookupBackward 方法
LookupBegin 方法
LookupForward 方法
MoveAfterLast 方法
MoveBeforeFirst 方法
MoveFirst 方法
MoveLast 方法
MoveNext 方法
MovePrevious 方法
MoveRelative 方法
Open 方法
Truncate 方法
Update 方法
UpdateBegin 方法

Collection Contents 上一页 下一页 PDF