DataConnectionCollection class

DataConnectionCollection class

DataConnection collection.

Inheritance: DataConnectionCollectionCollection

The DataConnectionCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
next_idThe next available ID for new connections.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(data_connection)Add the dataConnection in the collection.
remove(data_connection)Remove the dataConnection from the collection.
get_data_connection(id)Gets the element at the specified ID.

See Also