Record.FieldNames

Record.FieldNames(record as record) as list

将记录 record 中的字段名称作为文本返回。

示例:

查找记录中字段的名称。

使用情况:

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

输出:

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

results matching ""

    No results matching ""