ExternalConnectionCollection
Contents
[
Hide
]ExternalConnectionCollection class
Specifies the ExternalConnection collection
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the ExternalConnection element at the specified index. |
| get(connectionName) | Gets the ExternalConnection element with the specified name. |
| get() | Reserved for internal use. |
| getCount() | |
| getExternalConnectionById(connId) | Gets the ExternalConnection element with the specified id. |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the ExternalConnection element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: ExternalConnection — ExternalConnection The element at the specified index.
get(connectionName)
Gets the ExternalConnection element with the specified name.
| Parameter | Type | Description |
|---|---|---|
| connectionName | String | the name of data connection |
Returns: ExternalConnection — ExternalConnection The element with the specified name.
get()
Reserved for internal use.
getCount()
getExternalConnectionById(connId)
Gets the ExternalConnection element with the specified id.
| Parameter | Type | Description |
|---|---|---|
| connId | Number | external connection id |
Returns: ExternalConnection — ExternalConnection The element with the specified id.
indexOf()
Reserved for internal use.