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