DbSortInfo Constructor | |
Construct a DbSortInfo object.
Namespace:
XSharp.RDD.Support
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax CONSTRUCTOR(
transItemCount AS LONG,
sortItemCount AS LONG
)
public DbSortInfo(
int transItemCount,
int sortItemCount
)
Request Example
View SourceParameters
- transItemCount
- Type: Long
- sortItemCount
- Type: Long
See Also