DBF.RelArea 方法 | |
Retrieve the logical number of a related work area.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD RelArea(
nRelNum AS DWORD
) AS DWORD
public override uint RelArea(
uint nRelNum
)
查看代码参数
- nRelNum
- 类型:UInt32
The ONE based relation number for which to obtain the logical number.
返回值
类型:
UInt32The area number of the relation.
实现
RelArea(UInt32)参见