QueryParameter Constructor(String,Object)
In This Topic
Initializes a new instance of the
QueryParameter class, assigning the parameter's name and value.
Syntax
Parameters
- name
- The unique name of this parameter.
- value
- The value of this parameter.
See Also