DBF.OrderInfo 方法 | |
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
public override Object OrderInfo(
uint nOrdinal,
DbOrderInfo info
)
查看代码参数
- nOrdinal
- 类型:UInt32
Specifies the type of information to retrieve. - info
- 类型:DbOrderInfo
An object containing information about the order to retrieve the info for.
返回值
类型:
ObjectThe requested value for the specified index.
实现
OrderInfo(UInt32, DbOrderInfo)参见