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.21
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
Public methodCompile
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