ConnectionParameterCollection

ConnectionParameterCollection class

Specifies the ConnectionParameter collection

Properties

NameTypeDescription
Countint
Item (int)ConnectionParameterGets the ConnectionParameter element at the specified index.
Item (java.lang.String)ConnectionParameterGets the ConnectionParameter element with the specified name.

Methods

NameDescription
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
addReserved for internal use.
indexOfReserved for internal use.

ConnectionParameterCollection.Count property

Type: int

ConnectionParameterCollection.Item (int) property

Gets the ConnectionParameter element at the specified index.

Type: ConnectionParameter

ConnectionParameterCollection.Item (java.lang.String) property

Gets the ConnectionParameter element with the specified name.

Type: ConnectionParameter

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

add(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.