Click or drag to resize

DbServer.IndexOrd Method (Typed)

X#
Return the ordinal position of the controlling order in the order list. (Similar to the IndexOrd() function.)

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IndexOrd() AS USUAL
Request Example View Source

Return Value

Type: Usual
An integer numeric value. The value returned is equal to the position of the controlling index in the list of open indexes for the current work area. A value of 0 indicates that there is no controlling index and records are being accessed in natural order.
See Also