Record.FieldCount
रिकॉर्ड की फ़ ील्ड की संख्या लौटाता है.
Syntax
Record.FieldCount(
record as record
) as number
Remarks
रिकॉर्ड record
की फ़ील्ड की संख्या लौटाता है.
Examples
Example #1
रिकॉर्ड में फ़ील्ड की संख्या ढूँढें.
Record.FieldCount([CustomerID = 1, Name = "Bob"])
Result:
2
Category
Record.Information