แชร์ผ่าน


Record.FieldNames

ไวยากรณ์

Record.FieldNames(record as record) as list

เกี่ยวกับ

แสดงชื่อของเขตข้อมูลในระเบียน record เป็นข้อความ

ตัวอย่างที่ 1

ค้นหาชื่อของเขตข้อมูลในระเบียน

การใช้งาน

Record.FieldNames([OrderID = 1, CustomerID = 1, Item = "Fishing rod", Price = 100.0])

เอาท์พุท

{"OrderID", "CustomerID", "Item", "Price"}