ConnectionParameterCollection
ConnectionParameterCollection class
Specifies the ConnectionParameter collection
class ConnectionParameterCollection;
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| index | number | The 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:
| Parameter | Type | Description |
|---|---|---|
| connParamName | string | connection parameter name |
Returns
The element with the specified name.