ConnectionStringSettingsCollection
Contains a collection of  ConnectionStringSettings objects.
                
Gets or sets the connection string at the specified index in the collection.
Gets or sets the  ConnectionStringSettings object with the specified name in the collection.
public ConnectionStringSettingsCollection()
Initializes a new instance of the  ConnectionStringSettingsCollection class.
Adds a  ConnectionStringSettings object to the collection.
Removes all the  ConnectionStringSettings objects from the collection.
Returns the collection index of the passed  ConnectionStringSettings object.
Removes the specified  ConnectionStringSettings object from the collection.
Removes the specified  ConnectionStringSettings object from the collection.
Removes the  ConnectionStringSettings object at the specified index in the collection.