Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.66 KB

delete-method-ado-parameters-collection.md

File metadata and controls

40 lines (33 loc) · 1.66 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
Delete Method (ADO Parameters Collection)
Delete Method (ADO Parameters Collection)
rothja
jroth
01/19/2017
sql
ado
reference
_DynaCollection::Delete
_DynaCollection::raw_Delete
Delete method [ADO]
COM

Delete Method (ADO Parameters Collection)

Deletes an object from the Parameters collection.

Syntax

  
Parameters.Delete Index  

Parameters

Index
A String value that contains the name of the object you want 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 its collection index when calling the Delete method-an object variable is not a valid argument.

Applies To

Parameters Collection (ADO)

See Also

Delete Method (ADO Fields Collection)
Delete Method (ADO Recordset)
DeleteRecord Method (ADO)