EntityConnection.ConnectionString Property
Gets or sets the EntityConnection connection string.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")] public override string ConnectionString { get; set; }
Property Value
Type: System.StringThe connection string required to establish the initial connection to a data source. The default value is an empty string. On a closed connection, the currently set value is returned. If no value has been set, an empty string is returned.