Click or drag to resize

ADSIndex Class

X#
Advantage Index support.
Inheritance Hierarchy
Object
  BaseIndex
    ADSIndex

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 CLASS ADSIndex INHERIT BaseIndex
Request Example View Source

The ADSIndex type exposes the following members.

Constructors
  NameDescription
Public methodADSIndex
Create the BaseIndex object
Top
Properties
  NameDescription
Public propertyBagName
Public propertyFound
Result of the last seek operation for the current Workarea.
(Inherited from BaseIndex.)
Public propertyIndex
Public propertyOrderCondInfo
Public propertyOrderName
Public propertyTable
Top
Methods
  NameDescription
Public methodFlush
Flush the changes to the index.
(Inherited from BaseIndex.)
Public methodOrderCondition
Set the condition for the next Index Creation
(Overrides OrderCondition(DbOrderCondInfo).)
Public methodOrderCreate
Create a new index or tag.
(Overrides OrderCreate(DbOrderCreateInfo).)
Public methodOrderDestroy
Delete an index or tag.
(Overrides OrderDestroy(DbOrderInfo).)
Public methodOrderInfo
Retrieve information about the current index.
(Overrides OrderInfo(DWord, DbOrderInfo).)
Public methodOrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
(Overrides OrderListAdd(DbOrderInfo).)
Public methodOrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
(Overrides OrderListDelete(DbOrderInfo).)
Public methodOrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
(Overrides OrderListFocus(DbOrderInfo).)
Public methodOrderListRebuild
Rebuild all indexes for the current Workarea.
(Overrides OrderListRebuild.)
Public methodSeek
Perform a seek operation on the current selected index for the current Workarea.
(Overrides Seek(DbSeekInfo).)
Top
See Also