Workareas.FindAlias Method | |
Return 1 based Workarea Number for Alias or 0 when no found
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD FindAlias(
sAlias AS STRING
) AS DWORD
public uint FindAlias(
string sAlias
)
Request Example
View SourceParameters
- sAlias
- Type: String
Alias of area to look for. Case INsensitive
Return Value
Type:
DWordArea number of an the table with the given alias.
See Also