[]
Represents a parameter name and values.
public sealed class ParameterValue
| Name | Description |
|---|---|
| ParameterValue(string, object[]) | Initializes a new instance of the ParameterValue class. |
| Name | Description |
|---|---|
| Name | Gets the name of the parameter. |
| Values | Gets the values associated with the parameter. |