点击或拖拽改变大小

DbSortInfo 类

X#
Helper class to store information needed to perform a physical sort.
继承层次
Object
  DbSortInfo

命名空间:  XSharp.RDD.Support
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS DbSortInfo
查看代码

DbSortInfo 类型公开以下成员。

构造函数
  名称说明
公共方法DbSortInfo
Construct a DbSortInfo object.
Top
属性
  名称说明
公共属性ItemCount
Number of items in the Items array.
Top
字段
  名称说明
公共字段Items
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.
公共字段TransInfo
A DbTransInfo object holding the destination work area, column transfer information, and scoping information for the Sort() method.
Top
参见