Contents Index Topic Contents |
Delete Method (Parameters Collection) ADO
Deletes an object from the Parameters collection.
Applies To
Syntax
Parameters.Delete Index
Parameters
Index A String representing the name of the object you wish to delete, or the object’s ordinal position (index) in the collection.
Remarks
Using the Delete method on a collection lets you remove one of the objects in the collection. This method is available only on the Parameters collection of a Command object. You must use the Parameter object's Name property or it's collection index when calling the Delete method — an object variable is not a valid argument.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.