Indexes Collection methods act on the indexes of data tables in a DataWeb Application. These methods must be called from a Table object instance .
Indexes Collection Methods
add |
Adds an index to a data table. |
contains |
Returns a Boolean value indicating whether a data table contains a specified index. |
fetch |
Returns an Index object representing a specified index. |
getNames |
Returns an Array of strings corresponding to the indexes on a specified data table. |
getObjects |
Returns an Array of Index objects, each representing the indexes on a specified data table. |
remove |
Removes an index from a data table.
|
|
|