DbServer.IndexOrd Method (Typed) | |
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
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