property Parameters.Count as Long
Returns the number of parameters in the collection.

TypeDescription
Long A Long expression that specifies the number of Parameter objects in the Parameters collection.
The Count property indicates the number of parameters in the collection. The Item property accesses the Parameter giving its name. 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.