点击或拖拽改变大小

DbOrderCreateInfo 类

X#
Helper class to store information needed to create a new order.
继承层次
Object
  DbOrderCreateInfo

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

DbOrderCreateInfo 类型公开以下成员。

构造函数
  名称说明
公共方法DbOrderCreateInfo
初始化 DbOrderCreateInfo 类的一个新实例
Top
方法
  名称说明
公共方法Clone
公共方法Compile
Top
字段
  名称说明
公共字段BagName
The index file name.
公共字段Block
A code block containing the key expression defining the order imposed on the work area.
公共字段Expression
The key expression defining the order.
公共字段OrdCondInfo
A DbOrderCondInfo object containing information about the condition (if any) for the order.
公共字段Order
The order name or number to create in BagName.
公共字段Unique
A flag that is TRUE if the order should contain only unique keys.
Top
参见