点击或拖拽改变大小

ADSIndex 类

X#
Advantage Index support.
继承层次
Object
  BaseIndex
    ADSIndex

命名空间:  XSharp.ADS
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 CLASS ADSIndex INHERIT BaseIndex
查看代码

ADSIndex 类型公开以下成员。

构造函数
  名称说明
公共方法ADSIndex
Create the BaseIndex object
Top
属性
  名称说明
公共属性BagName
公共属性Found
Result of the last seek operation for the current Workarea.
(继承自 BaseIndex。)
公共属性Index
公共属性OrderCondInfo
公共属性OrderName
公共属性Table
Top
方法
  名称说明
公共方法Flush
Flush the changes to the index.
(继承自 BaseIndex。)
公共方法OrderCondition
Set the condition for the next Index Creation
(重写 OrderCondition(DbOrderCondInfo).)
公共方法OrderCreate
Create a new index or tag.
(重写 OrderCreate(DbOrderCreateInfo).)
公共方法OrderDestroy
Delete an index or tag.
(重写 OrderDestroy(DbOrderInfo).)
公共方法OrderInfo
Retrieve information about the current index.
(重写 OrderInfo(UInt32, DbOrderInfo).)
公共方法OrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(重写 OrderListAdd(DbOrderInfo).)
公共方法OrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(重写 OrderListDelete(DbOrderInfo).)
公共方法OrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(重写 OrderListFocus(DbOrderInfo).)
公共方法OrderListRebuild
Rebuild all indexes for the current Workarea.
(重写 OrderListRebuild.)
公共方法Seek
Perform a seek operation on the current selected index for the current Workarea.
(重写 Seek(DbSeekInfo).)
Top
参见