Click or drag to resize

DbOrderCreateInfo Class

X#
Helper class to store information needed to create a new order.
Inheritance Hierarchy
Object
  DbOrderCreateInfo

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

The DbOrderCreateInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbOrderCreateInfo
Initializes a new instance of the DbOrderCreateInfo class
Top
Methods
  NameDescription
Public methodClone
Create a clone of the object.
Public methodCompile
Compile the Key expression and order condition and store the result in the codeblocks (when any).
Top
Fields
  NameDescription
Public fieldBagName
The index file name.
Public fieldBlock
A code block containing the key expression defining the order imposed on the work area.
Public fieldExpression
The key expression defining the order.
Public fieldOrdCondInfo
A DbOrderCondInfo object containing information about the condition (if any) for the order.
Public fieldOrder
The order name or number to create in BagName.
Public fieldUnique
A flag that is TRUE if the order should contain only unique keys.
Top
See Also