Functions.IndexKey 方法 | |
返回指定 Order 的关键表达式。
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION IndexKey(
nPosition
) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static string IndexKey(
__Usual nPosition = default
)
查看代码参数
- nPosition (Optional)
- 类型:__Usual
Order 在工作区的 Order 列表中的位置。
值为 0 指定控制 Order ,而不考虑其在列表中的实际位置。
返回值
类型:
String
指定 Order 的关键表达式。
如果没有相应的 Order 或没有打开数据库文件,IndexKey() 将返回 NULL_STRING。
备注
此函数仅为兼容性提供。
获取 Order 关键表达式的推荐函数是 DBOrderInfo(DBOI_EXPRESSION,, nPosition)。
示例 参见