[]
Initializes a new instance of the QueryParameter class, assigning the parameter's name.
public QueryParameter(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The unique name of this parameter. |
Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.
public QueryParameter(string name, object value)
| Type | Name | Description |
|---|---|---|
| string | name | The unique name of this parameter. |
| object | value | The value of this parameter. |