Tables Collection methods act on the data tables in a DataWeb Application. These methods must be called from the Web prototype object.
Tables Collection Methods
add |
Adds a data table to the application. |
contains |
Checks to see if a specified data table exists in the application. |
fetch |
Returns a Table object instance for a specified data table. |
getNames |
Returns an Array of strings, corresponding to the names of the data tables within the application. |
getObjects |
Returns an Array of Table objects corresponding to the data tables in the application. |
remove |
Removes a data table from the application.
|
|
|