The following tables list the members exposed by QueryParameterCollection.
Name | Description | |
---|---|---|
![]() | QueryParameterCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ParentParametrizedQuery | The parent query to which the given collection of query parameters belongs. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | AddOut | Overloaded. |
![]() | AddVar | Overloaded. |
![]() | Clone | Creates the clone of the current QueryParameterCollection instance. |
![]() | FindByName | In the current collection of query parameters, searches for the parameter with the specified name. |
![]() | GenerateUniqueName | For the specified prefix generates a unique name of the query parameter. |
![]() | GenerateUniqueNames | Generates unique names for all items of the current collection of query parameters. |
![]() | GetByName | From the current collection of query parameters, returns the parameter with the specified name. If the parameter is not found in the collection, an exception is thrown. |
![]() | ResetParameters | Clears the collection of query parameters that were added automatically. |