แชร์ผ่าน


Record.AddField

วากยสัมพันธ์

Record.AddField(record as record, fieldName as text, value as any, optional delayed as nullable logical) as record

ประมาณ

เพิ่มเขตข้อมูลลงในระเบียน recordโดยกําหนดชื่อของเขตข้อมูล fieldName และค่า value

ตัวอย่างที่ 1

เพิ่มที่อยู่เขตข้อมูลลงในระเบียน

การใช้งาน

Record.AddField([CustomerID = 1, Name = "Bob", Phone = "123-4567"], "Address", "123 Main St.")

ผลลัพธ์ของ

[CustomerID = 1, Name = "Bob", Phone = "123-4567", Address = "123 Main St."]