Functions._SelectString 方法 |
命名空间: XSharp.RT
FUNCTION _SelectString( uWorkArea AS STRING ) AS DWORD
public static uint _SelectString( string uWorkArea )
1USE sales NEW 2USE customer NEW 3QOut(Select()) // 结果: 2 4QOut(Select(#sales)) // 结果: 1 5QOut(Select("customer")) // 结果: 2 6QOut(Select("sales")) // 结果: 1