点击或拖拽改变大小

DBF.OrderInfo 方法

X#
Retrieve information about an index.

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 VIRTUAL 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.

实现

OrderInfo(UInt32, DbOrderInfo)
参见