Record.Field
Record.Field(record as record, field as text) as any
Belirtilen field
değerini record
içinde döndürür. Alan bulunamazsa bir istisna oluşturulur.
Kayıttaki "CustomerID" alanının değerini bulun.
Kullanım
Record.Field([CustomerID = 1, Name = "Bob", Phone = "123-4567"], "CustomerID")
Çıkış
1