ConnectionStringSettingsCollection::Remove Method (String^)
.NET Framework (current version)
Removes the specified ConnectionStringSettings object from the collection.
Assembly: System.Configuration (in System.Configuration.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: