<< Click to Display Table of Contents >> AdoKeys:Append() |
![]() ![]() ![]() |
Appends an Group to the collection
METHOD Append ( uKey AS USUAL, nType AS USUAL, cColumn AS USUAL , cRelTable AS USUAL, cRelColumn AS USUAL ) AS LOGIC PASCAL CLASS AdoKeys
uKey Key object or key name to append to the collection.
nType (Optional) A Long value specifying the type of key. The Key parameter corresponds to the Type property of a Key object
cColumn (Optional) A String value specifying the name of the column to be indexed. The Columns parameter corresponds to the value of the Name property of a Column object
cRelTable (Optional) A String value specifying the name of the related table.
The Table parameter corresponds to the value of the Name property of a Table object
cRelColumn (Optional) A String value specifying the name of the related column for a foreign key. The Column parameter corresponds to the value of the Name property of a Column object
LOGIC TRUE is the append was succesfull, else FALSE