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