DbSortInfo 构造函数 | |
Construct a DbSortInfo object.
命名空间:
XSharp.RDD.Support
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
transItemCount AS LONG,
sortItemCount AS LONG
)
public DbSortInfo(
int transItemCount,
int sortItemCount
)
查看代码参数
- transItemCount
- 类型:Int32
- sortItemCount
- 类型:Int32
参见