Functions.Alias 方法 |
命名空间: XSharp.RT
FUNCTION Alias( uWorkArea ) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })] public static string Alias( __Usual uWorkArea = default )
1USE file1 NEW ALIAS Test1 2nOldArea := Select() 3USE file2 NEW ALIAS Test2 4QOut(Alias(nOldArea)) // 返回: Test1