[]
Adds a QueryParameter object to the current collection.
public int Add(QueryParameter parameter)
Public Function Add(parameter As QueryParameter) As Integer
| Type | Name | Description |
|---|---|---|
| QueryParameter | parameter | The QueryParameter object to add. |
| Type | Description |
|---|---|
| int | The index of the added object in the current collection. |