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
Parametes collection as well as for each statement. The Enumerate
method enumerates the parameters in the collection whose name matches the
giving mask. The Remove method removes a
parameter from the Parameters collection. The Clear
method clears the Parameters collection.