AdoKeys:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoKeys Class >

AdoKeys:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an Group to the collection

 

Prototype

METHOD Append ( uKey AS USUAL, nType AS USUAL, cColumn AS USUAL ,  cRelTable AS USUAL, cRelColumn AS USUAL )  AS LOGIC PASCAL CLASS AdoKeys

 

Argument(s)

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

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoKeys, AdoKeys:Delete()