QueryParameters Members
Functions
| Name | Description |
|---|---|
| Add | Add a parameter. |
| CopyTo | Copy all parameters to the destination object. |
| Remove | Removes the item by index or name. |
| RemoveAll | Removes all items. |
Properties
| Name | Description |
|---|---|
| Count | Returns the number of elements in the collection. Return value: Long. This property is read only. |
| Exists | Returns True if the parameter exists. Return value: Boolean. This property is read only. |
| Item | Returns an item from the collection by name or index. Return value: QueryParameter. This property is read only. |
Subtopics