CoreDb.SymSelect 方法 | |
Select a new work area by specifying its alias as a string and return the number of the current work area.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD SymSelect(
sAlias AS STRING
) AS LONG
public static int SymSelect(
string sAlias
)
查看代码参数
- sAlias
- 类型:String
The alias of the work area you want to select.
返回值
类型:
Int32参见