DbServer.Relation 方法 | |
返回指定关系的链接表达式。
命名空间:
VO
程序集:
VORDDClasses (在 VORDDClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Relation(
nRelation
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual Relation(
__Usual nRelation = default
)
查看代码参数
- nRelation (Optional)
- 类型:__Usual
当前关系列表中所需关系的位置。关系根据使用 DBServer:SetRelation() 定义的顺序进行编号。
返回值
类型:
__Usual
包含指定关系的链接表达式的字符串。如果没有为
nRelation 设置关系,DBServer:Relation() 返回
NULL_STRING。
参见