DBF.OrderInfo Method | |
Retrieve information about an index.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax VIRTUAL METHOD OrderInfo(
nOrdinal AS DWORD,
info AS DbOrderInfo
) AS Object
public override Object OrderInfo(
uint nOrdinal,
DbOrderInfo info
)
Request Example
View SourceParameters
- nOrdinal
- Type: DWord
Specifies the type of information to retrieve. - info
- Type: DbOrderInfo
An object containing information about the order to retrieve the info for.
Return Value
Type:
ObjectThe requested value for the specified index.
Implements
OrderInfo(DWord, DbOrderInfo)See Also