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