Functions._Select 方法 |
命名空间: XSharp.RT
FUNCTION _Select( uWorkArea ) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })] public static __Usual _Select( __Usual uWorkArea = default )
1USE sales NEW 2USE customer NEW 3QOut(Select()) // 结果: 2 4QOut(Select(#sales)) // 结果: 1 5QOut(Select("customer")) // 结果: 2 6QOut(Select("sales")) // 结果: 1