AdoIndexes:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoIndexes Class >

AdoIndexes:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an Index to the collection

 

Prototype

METHOD Append ( uIndex AS USUAL, uColumns AS USUAL  ) AS LOGIC PASCAL CLASS AdoIndexes

 

Argument(s)

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

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoIndexes, AdoIndexes:Delete(), AdoColumn