ConnectionStringSettingsCollection::Remove Method (String^)

 

Removes the specified ConnectionStringSettings object from the collection.

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

public:
void Remove(
	String^ name
)

Parameters

name
Type: System::String^

The name of a ConnectionStringSettings object in the collection.

The following example shows how to remove the ConnectionStringSettings object with the specified name from the collection.

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

.NET Framework
Available since 2.0
Return to top
Show: