class
ConnectionParameterCollection
Source: aspose.
Specifies the ConnectionParameter collection
Methods
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ConnectionParameter
Gets the ConnectionParameter element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The zero based index of the element. |
- Returns
-
ConnectionParameter
The element at the specified index.
get(connParamName) → ConnectionParameter
Gets the ConnectionParameter element with the specified name.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
connParamName |
String |
|
connection parameter name |
- Returns
-
ConnectionParameter
The element with the specified name.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.
iterator()
removeAt()
set(index) → ConnectionParameter
Gets the ConnectionParameter element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
The zero based index of the element. |
- Returns
-
ConnectionParameter
The element at the specified index.