ExternalConnectionCollection

ExternalConnectionCollection class

Specifies the ExternalConnection collection

Methods

NameDescription
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.

ParameterTypeDescription
indexNumberThe 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.

ParameterTypeDescription
connectionNameStringthe 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.

ParameterTypeDescription
connIdNumberexternal connection id

Returns: ExternalConnection — ExternalConnection The element with the specified id.

indexOf()

Reserved for internal use.

iterator()

removeAt()