点击或拖拽改变大小

IRdd.OrderInfo 方法

X#
Retrieve information about an index.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
METHOD OrderInfo(
	nOrdinal AS DWORD,
	info AS DbOrderInfo
) AS Object
查看代码

参数

nOrdinal
类型:UInt32
Specifies the type of information to retrieve.
info
类型:DbOrderInfo
An object containing information about the order to retrieve the info for.

返回值

类型:Object
The requested value for the specified index.
参见