UserConnectionCollection Members
The UserConnectionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserConnectionCollection(UserConnection, UserConnection) |
Initializes a new instance of the UserConnectionCollection class.
|
|
UserConnectionCollection(String, String) |
Initializes a new instance of the UserConnectionCollection class.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds the UserConnection object to the Collection using ConnStringId as Key.
|
|
Contains |
Checks if UserConnection Object exists in Collection using UserConnStringId.
|
|
Remove |
Removes the UserConnection object from the Collection using ConnStringId as Key.
|
Properties
Name | Description | |
---|---|---|
ConfConnDbType |
Gets the Settings connection string type.
|
|
ConfConnString |
Gets the Settings connection string.
|
|
ConfConnStringId |
Gets the Settings connection string identifier.
|
|
MainDataConnDbType |
Gets the main data connection string type.
|
|
MainDataConnString |
Gets the main data connection string.
|
|
MainDataConnStringId |
Gets the main data connection string identifier.
|