Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO Delete Method


❮ Complete Parameter Object Reference

The Delete method removes an object from the Parameters collection.

Note: This method works only in the Parameters collection of a Command object.

Syntax

objparameter.Delete index

Parameter Description
index The name or index (ordinal position in the collection) of the object you want to delete

❮ Complete Parameter Object Reference