Name | Description | |
---|---|---|
![]() | Add | Adds a Parameter object to the Parameter collection. |
![]() | AddRange | Overloaded. Adds a range of Parameter objects to the Parameter collection. |
![]() | AtLeastOneNeedsPrompt | Determines whether the prompt is needed. If the PromptUser property of one of the parameters in the collection is set to true, the prompt is returned. |
![]() | AtLeastOneQueryCreated | Determines whether a query for the parameters in the collection has been created. |
![]() | Contains | Determines whether the collection contains the specified parameter. |
![]() | Dispose | Releases the ParameterCollection from memory. |
![]() | IndexOf | Returns the index of the specified Parameter object in the collection. |
![]() | Insert | Inserts a Parameter object into the collection at the specified index. |
![]() | Remove | Removes a parameter from the collection. |