Retrieves the number of parameters actually contained in the DataParameterCollection.
'Declaration
Public ReadOnly Property Count As Integer
Property Value
Count is always the actual number of parameters in the collection, not it's capacity. The Capacity is managed internally and will increase as necessary to handle new parameters.