OrdBagName Function | |
Return the index file name of a specific order.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION OrdBagName(
uOrder
) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static string OrdBagName(
Usual uOrder = default
)
Request Example
View SourceParameters
- uOrder (Optional)
- Type: Usual
The name of the order whose index file name you want to obtain or a number representing its position in the order list.
Using the order name is the preferred method since the position may be difficult to determine using multiple-order index files. Invalid values are ignored.
Return Value
Type:
String
The name of the index file containing the order.
Remarks Tip |
---|
You can also obtain the index file name using DBOrderInfo(DBOI_INDEXNAME, cOrder).
|
Examples See Also