AdoParameters:Delete()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoParameters Class >

AdoParameters:Delete()

Previous pageReturn to chapter overviewNext page

Purpose

Deletes an object from the Parameters collection.

 

Prototype

METHOD Delete ( uIndex AS USUAL ) AS LOGIC 

 

Argument(s)

uIndex        Name or numeric postion of the object in the Collection

 

 

Return

LOGIC        TRUE is the delete was succesfull, else FALSE

 

See Also

AdoParameters, AdoCollectionBase(), AdoParameters:Append