<< Click to Display Table of Contents >> AdoIndexes:Append() |
![]() ![]() ![]() |
Appends an Index to the collection
METHOD Append ( uIndex AS USUAL, uColumns AS USUAL ) AS LOGIC PASCAL CLASS AdoIndexes
uIndex Index object or index name to append to the collection.
uColumns (Optional) A usual value that specifies the name(s) of the column(s) to be indexed. The Columns parameter corresponds to the value(s) of the Name property of a Column object or objects
LOGIC TRUE is the append was succesfull, else FALSE
AdoIndexes, AdoIndexes:Delete(), AdoColumn