ConnectionStringSettingsCollection::Add Method (ConnectionStringSettings^)

 

Adds a ConnectionStringSettings object to the collection.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
void Add(
	ConnectionStringSettings^ settings
)

Parameters

settings
Type: System.Configuration::ConnectionStringSettings^

A ConnectionStringSettings object to add to the collection.

The following example shows how to add a ConnectionStringSettings object to a ConnectionStringSettingsCollection collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: