[]
Initializes a new instance of the QueryParameterInfo class with the specified name and type.
public QueryParameterInfo(string name, Type type)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name of the query parameter. |
Type | type | A Type object representing the type of the query parameter. |