IRdd.RelText 方法 | |
Retrieve the key expression of a relation.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD RelText(
nRelNum AS DWORD
) AS STRING
string RelText(
uint nRelNum
)
查看代码参数
- nRelNum
- 类型:UInt32
The ONE based relation number for which to obtain the key expression.
返回值
类型:
StringThe key expression of the relation.
参见