ParameterValueCollection Properties

The ParameterValueCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
Public propertyItem
Gets or sets the ParameterValue with the specified parameter ID.
Public propertyKeys
Gets the collection of parameter IDs.
Top
See Also