DbConnection::ConnectionString Property
.NET Framework (current version)
Gets or sets the string used to open the connection.
Assembly: System.Data (in System.Data.dll)
public: [SettingsBindableAttribute(true)] property String^ ConnectionString { virtual String^ get() abstract; virtual void set(String^ value) abstract; }
Property Value
Type: System::String^The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string.
Implements
IDbConnection::ConnectionStringThe exact contents of the connection string depend on the specific data source for this connection. To determine which settings are valid, see the documentation for the specific type of connection that you are using.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: