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