Skip to main content

Record.FieldNames

ส่งกลับชื่อเขตข้อมูล

Syntax

Record.FieldNames(
record as record
) as list

Remarks

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

Examples

Example #1

ค้นหาชื่อฟิลด์ในระเบียน

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

Result:

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

Category

Record.Selection