ConnectionParameterCollection

ConnectionParameterCollection class

Specifies the ConnectionParameter collection

Methods

NameDescription
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets the ConnectionParameter element at the specified index.
get(connParamName)Gets the ConnectionParameter element with the specified name.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets the ConnectionParameter element at the specified index.

ParameterTypeDescription
indexNumberThe zero based index of the element.

Returns: ConnectionParameter — ConnectionParameter The element at the specified index.

get(connParamName)

Gets the ConnectionParameter element with the specified name.

ParameterTypeDescription
connParamNameStringconnection parameter name

Returns: ConnectionParameter — ConnectionParameter The element with the specified name.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()