ConnectionParameterCollection
Contents
[
Hide
]ConnectionParameterCollection class
Specifies the ConnectionParameter collection
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the ConnectionParameter element at the specified index. |
| get(connParamName) | Gets the ConnectionParameter element with the specified name. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the ConnectionParameter element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: ConnectionParameter — ConnectionParameter The element at the specified index.
get(connParamName)
Gets the ConnectionParameter element with the specified name.
| Parameter | Type | Description |
|---|---|---|
| connParamName | String | connection parameter name |
Returns: ConnectionParameter — ConnectionParameter The element with the specified name.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.