ConnectionParameterCollection.Item

ConnectionParameterCollection indexer (1 of 2)

Gets the ConnectionParameter element at the specified index.

public ConnectionParameter this[int index] { get; set; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also


ConnectionParameterCollection indexer (2 of 2)

Gets the ConnectionParameter element with the specified name.

public ConnectionParameter this[string connParamName] { get; }
ParameterDescription
connParamNameconnection parameter name

Return Value

The element with the specified name.

See Also