Click or drag to resize

DbSortItem Structure

X#
Helper structure to store information about a single sort key value.

Namespace:  XSharp.RDD.Support
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STRUCTURE DbSortItem

The DbSortItem type exposes the following members.

Fields
  NameDescription
Public fieldFieldNo
A one-based index indicating the column on which the sort is based.
Public fieldFlags
One or more constants that function as sort optimization and control flags. They are passed to your RDD Sort() routine from the high-level wrapper function for the DBSort() function.
Public fieldLength
The length of the field in the Workarea buffer.
Public fieldOffSet
The offset of the field in the Workarea buffer.
Top
See Also