DbServer.INDEXORD Method | |
Return the ordinal position of the controlling order in the order list. (Similar to the IndexOrd() function.)
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD INDEXORD() AS USUAL
public virtual Usual INDEXORD()
Request Example
View SourceReturn 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