点击或拖拽改变大小

DBF.RelText 方法

X#
Retrieve the key expression of a relation.

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD RelText(
	nRelNum AS DWORD
) AS STRING
查看代码

参数

nRelNum
类型:UInt32
The ONE based relation number for which to obtain the key expression.

返回值

类型:String
The key expression of the relation.

实现

RelText(UInt32)
参见