OrdBagExt Function | |
Return the default index file extension for a work area as defined by its RDD.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION OrdBagExt() AS STRING
public static string OrdBagExt()
Request Example
View SourceReturn Value
Type:
String
A string indicating the default index file extension for a work area as defined by its RDD.
Remarks Tip |
---|
You can also obtain the default index file extension using DBOrderInfo(DBOI_INDEXEXT).
|
Examples See Also