EntityConnectionStringBuilder::ProviderConnectionString Property
Gets or sets the inner, provider-specific connection string.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property String^ ProviderConnectionString { String^ get(); void set(String^ value); }
The provider-specific connection string is not checked for valid keyword/value pairs before it is set. Developers can create connection strings by using either a strongly typed connection string builder class, or they can use the DbConnectionStringBuilder class. The DbConnectionStringBuilder performs no checks for valid keyword/value pairs. Therefore, it is possible using this class to create invalid connection strings.
For valid keyword/value syntax, see ConnectionString.
Available since 3.5