Click or drag to resize

WrapperRDD.OrderInfo Method

X#
Retrieve information about an index.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OrderInfo(
	nOrdinal AS DWORD,
	info AS DbOrderInfo
) AS Object
Request Example View Source

Parameters

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: Object
The requested value for the specified index.

Implements

OrderInfo(DWord, DbOrderInfo)
See Also