Click or drag to resize

BaseIndex.OrderInfo Method

X#
Retrieve information about the current 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
info
Type: DbOrderInfo

Return Value

Type: Object

Implements

OrderInfo(DWord, DbOrderInfo)
See Also