Type.TableRow
Type.TableRow(table as type) as type
ส่งกลับชนิดแถวของชนิดตารางที่ระบุ ผลลัพธ์จะเป็นชนิดเรกคอร์ดเสมอ
ส่งกลับข้อมูลชนิดแถวสําหรับตารางแบบง่าย
การใช้งาน
let
tableRowType = Type.TableRow(Value.Type(#table({"Column1"}, {})))
in
Type.RecordFields(tableRowType)
เอาท์พุท
[Column1 = [Type = type any, Optional = false]]