The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDbConnection::ConnectionString Property
.NET Framework (current version)
Gets or sets the string used to open a database.
Assembly: System.Data (in System.Data.dll)
The ConnectionString property can be set only while the connection is closed.
The following example creates an instance of a derived class, OleDbConnection, sets its ConnectionString, and displays its State.
.NET Framework
Available since 1.1
Available since 1.1
Show: