RowExpression.Column
ไวยากรณ์
RowExpression.Column(columnName as text) as record
เกี่ยวกับ
แสดงแผนผังไวยากรณ์นามธรรม (AST) ที่แสดงการเข้าถึงคอลัมน์ columnName
ของแถวภายในนิพจน์แถว
ตัวอย่างที่ 1
สร้าง AST ที่แสดงการเข้าถึงคอลัมน์ "CustomerName"
การใช้งาน
RowExpression.Column("CustomerName")
เอาท์พุท
[
Kind = "FieldAccess",
Expression = RowExpression.Row,
MemberName = "CustomerName"
]