Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Syntax
RowExpression.Column(columnName as text) as record
About
Returns an abstract syntax tree (AST) that represents access to column columnName of the row within a row expression.
Example 1
Creates an AST representing access of column "CustomerName".
Usage
RowExpression.Column("CustomerName")
Output
[
Kind = "FieldAccess",
Expression = RowExpression.Row,
MemberName = "CustomerName"
]