A class that represents a collection of columns in a table.
Property |
Type |
Description |
FieldArray |
Field[] |
Array of Field objects |
Remarks
The term field is synonymous with column. Each table in a database has an ordered collection of fields, there is always at least one field in a table. The ordered collection behaves like a list, so it is possible to access individual fields by a numbered position (or index) in the list.