_TableFields (gb.db2)
This collection includes all the fields of a table.
This class is virtual.
This class is not creatable.
This class acts like a
read-only array.
This class is
enumerable with the
FOR EACH keyword.
Properties
Count
|
Return the number of fields in the table.
|
List
|
Return the names of all table fields as a string array.
|
Methods
Add
|
Add a field into a table being created.
|
Exist
|
Return if a specific field exists in the table.
|
Refresh
|
Refresh the internal list of all table fields.
|