ConnectionParameterCollection
Contents
[
Hide
]ConnectionParameterCollection class
Specifies the ConnectionParameter collection
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ConnectionParameter | Gets the ConnectionParameter element at the specified index. |
| Item (java.lang.String) | ConnectionParameter | Gets the ConnectionParameter element with the specified name. |
Methods
| Name | Description |
|---|---|
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ConnectionParameterCollection.Count property
Type: int
ConnectionParameterCollection.Item (int) property
Gets the ConnectionParameter element at the specified index.
Type: ConnectionParameter
ConnectionParameterCollection.Item (java.lang.String) property
Gets the ConnectionParameter element with the specified name.
Type: ConnectionParameter
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
add(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.