Workareas.FindAlias 方法 | |
Return 1 based Workarea Number for Alias or 0 when no found
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD FindAlias(
sAlias AS STRING
) AS DWORD
public uint FindAlias(
string sAlias
)
查看代码参数
- sAlias
- 类型:String
Alias of area to look for. Case INsensitive
返回值
类型:
UInt32Area number of an the table with the given alias.
参见