Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ADO Collections Delete Method

Deletes an object from the Parameters collection.

Delete Method Applies To

ADO Parameters Collection

Delete Method Syntax

object.Parameters.Delete ( Index )

Delete Method Parameters

object

A Command object.

Index

A Variant that evaluates either to the name or to the ordinal number of an object in a collection.

Delete Method Remarks

Using the Delete method on a Parameters collection lets you remove one of the objects in the collection. This method is available only on the Parameters collection of an ADO Command Object. You must the use ADO Parameter Object object's ADO Parameter Object Name Property or its collection index when calling the Delete method; an object variable is not a valid argument.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.