DataConnectionCollection

DataConnectionCollection class

DataConnection collection.

Properties

NameTypeDescription
NextIDlongThe next available ID for new connections.
Countint
Item (int)DataConnection

Methods

NameDescription
addAdd the dataConnection in the collection.
removeRemove the dataConnection from the collection.
getDataConnectionGets the element at the specified ID.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
dataConnectionDataConnection

remove(dataConnection)

Remove the dataConnection from the collection.

ParameterTypeDescription
dataConnectionDataConnection

getDataConnection(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDlongID of DataConnection long .

Returns: DataConnection DataConnection .

clear()

removeAt(index)

iterator()

Reserved for internal use.