Click or drag to resize

DbSortInfo Class

X#
Helper class to store information needed to perform a physical sort.
Inheritance Hierarchy
Object
  DbSortInfo

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

The DbSortInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbSortInfo
Construct a DbSortInfo object.
Top
Properties
  NameDescription
Public propertyItemCount
Number of items in the Items array.
Top
Fields
  NameDescription
Public fieldItems
An array of DbSortItem structures defining the key values for the sort. Note that the key values are processed in the order that they appear in this array.
Public fieldTransInfo
A DbTransInfo object holding the destination work area, column transfer information, and scoping information for the Sort() method.
Top
See Also