แชร์ผ่าน


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"}