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