Functions.VoDbAlias 方法 | |
以字符串形式返回指定工作区的别名。
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION VoDbAlias(
wWorkArea AS DWORD
) AS STRING
public static string VoDbAlias(
uint wWorkArea
)
查看代码参数
- wWorkArea
- 类型:UInt32
任何工作区编号。
返回值
类型:
String
如果没有使用数据库文件,VODBAlias() 返回 NULL_STRING。
备注
VODBAlias() 类似于 Alias(),但具有强类型。更多信息和示例请参见 Alias()。
示例 参见