QueryParameterCollection Constructors
Represents a collection of OperandValue objects.| Name | Parameters | Description |
|---|---|---|
| QueryParameterCollection() | none | Initializes a new instance of the QueryParameterCollection class. |
| QueryParameterCollection(OperandValue[]) | parameters | Initializes and populates a new instance of the QueryParameterCollection class. |
See Also