Click or drag to resize

IOrder Interface

X#
This interface defines the mimimum methods that a RDD that supports indexes should implement.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE IOrder
Request Example View Source

The IOrder type exposes the following members.

Properties
  NameDescription
Public propertyFound
Result of the last seek operation for the current Workarea.
Top
Methods
  NameDescription
Public methodFlush
Flush the changes to the index.
Public methodOrderCondition
Set the condition for the next Index Creation
Public methodOrderCreate
Create a new index or tag.
Public methodOrderDestroy
Delete an index or tag.
Public methodOrderInfo
Retrieve information about the current index.
Public methodOrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
Public methodOrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
Public methodOrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
Public methodOrderListRebuild
Rebuild all indexes for the current Workarea.
Public methodSeek
Perform a seek operation on the current selected index for the current Workarea.
Top
See Also