RowExpression.Column

语法

RowExpression.Column(columnName as text) as record

关于

返回一个抽象语法树 (AST),该树表示对行表达式中行的列 columnName 的访问权限。

示例 1

创建表示对列“CustomerName”的访问权限的 AST。

使用情况

RowExpression.Column("CustomerName")  

输出

[    Kind = "FieldAccess",    Expression = RowExpression.Row,    MemberName = "CustomerName"]

results matching ""

    No results matching ""