Click or drag to resize

DbOrderInfo Class

X#
Helper class to store information needed to open/address an order.
Inheritance Hierarchy
Object
  DbOrderInfo

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DbOrderInfo
Request Example View Source

The DbOrderInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbOrderInfo
Initializes a new instance of the DbOrderInfo class
Top
Properties
  NameDescription
Public propertyIsEmpty
TRUE when the orderinfo is completele empty.
Top
Methods
  NameDescription
Public methodClone
Create a clone of the object.
Top
Fields
  NameDescription
Public fieldAllTags
A flag that is TRUE if all tags of the index file must be opened.
Public fieldBagName
The index file name.
Public fieldExpression
A code block containing the key expression defining the order imposed on the work area.
Public fieldOrder
An object containing the order name or number
Public fieldResult
Return value for some order operations.
Top
See Also