[]
Represens a collection of QueryParameter objects. All parameters in the collection must have unique non-empty names.
public class QueryParameterCollection : NamedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
QueryParameterCollection(Query) | Initializes a new instance of the QueryParameterCollection class. |
Name | Description |
---|---|
this[int] | Gets the element at the specified index. |
this[string] | Gets the parameter with the specified name. |
Owner | Gets the Query object containing the current collection. |
Name | Description |
---|---|
Add(QueryParameter) | Adds a QueryParameter object to the current collection. |