The Clear method clears the Parameters collection. The Remove
method removes a parameter giving its name.
The Item property accesses the Parameter giving its name. The Count property indicates the number of parameters in the collection. The Item / Count properties can be used to enumerate the
Parameters collection as well as for each statement. The Enumerate
method enumerates the parameters in the collection whose name matches the
giving mask.