ConnectionParameterCollection

ConnectionParameterCollection class

Specifies the ConnectionParameter collection

class ConnectionParameterCollection;

Methods

MethodDescription
get(number)Gets the ConnectionParameter element at the specified index.
get(string)Gets the ConnectionParameter element with the specified name.

get(number)

Gets the ConnectionParameter element at the specified index.

get(index: number) : ConnectionParameter;

Parameters:

ParameterTypeDescription
indexnumberThe zero based index of the element.

Returns

The element at the specified index.

get(string)

Gets the ConnectionParameter element with the specified name.

get(connParamName: string) : ConnectionParameter;

Parameters:

ParameterTypeDescription
connParamNamestringconnection parameter name

Returns

The element with the specified name.