1 write to ConnectionString
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
226_helper.ConnectionString = value;
5 references to ConnectionString
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (2)
46return (!String.IsNullOrEmpty(_helper.ConnectionString) && !String.IsNullOrEmpty(_helper.DefaultContainerName)) && 222return _helper.ConnectionString;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
183if (value != ConnectionString) 1053SaveSchema(this.ConnectionString, this.DefaultContainerName, this.EntitySetName, this.Select, this.CommandText, this.EnableFlattening, currentSchema); 1197if (!String.Equals(connectionString, this.ConnectionString, StringComparison.OrdinalIgnoreCase) ||