THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

ADO Delete Method


Parameter Object Reference 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

Parameter Object Reference Complete Parameter Object Reference