ExternalConnectionCollection.Item

ExternalConnectionCollection indexer (1 of 2)

Gets the ExternalConnection element at the specified index.

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

Return Value

The element at the specified index.

See Also


ExternalConnectionCollection indexer (2 of 2)

Gets the ExternalConnection element with the specified name.

public ExternalConnection this[string connectionName] { get; }
ParameterDescription
connectionNamethe name of data connection

Return Value

The element with the specified name.

See Also