DataConnectionCollection
Contents
[
Hide
]DataConnectionCollection class
DataConnection collection.
Properties
| Name | Type | Description |
|---|---|---|
| NextID | long | The next available ID for new connections. |
| Count | int | |
| Item (int) | DataConnection |
Methods
| Name | Description |
|---|---|
| add | Add the dataConnection in the collection. |
| remove | Remove the dataConnection from the collection. |
| getDataConnection | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
DataConnectionCollection.NextID property
The next available ID for new connections.
Type: long
DataConnectionCollection.Count property
Type: int
DataConnectionCollection.Item (int) property
Type: DataConnection
add(dataConnection)
Add the dataConnection in the collection.
| Parameter | Type | Description |
|---|---|---|
| dataConnection | DataConnection |
remove(dataConnection)
Remove the dataConnection from the collection.
| Parameter | Type | Description |
|---|---|---|
| dataConnection | DataConnection |
getDataConnection(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | long | ID of DataConnection long . |
Returns: DataConnection DataConnection .
clear()
removeAt(index)
iterator()
Reserved for internal use.