Fields Collection methods act on the fields of data tables in a DataWeb Application. These methods must be called from the Table instance object.
Fields Collection Methods
add |
Adds a field to a data table. |
contains |
Checks to see if a field exists in a data table |
fetch |
Returns a Field object representing a field in a data table. |
getNames |
Returns an Array of string elements corresponding to the names of the fields in a data table. |
getObjects |
Returns an Array of Field objects corresponding to the fields in a data table. |
remove |
Removes a field from a data table.
|
|
|