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)
46
return (!String.IsNullOrEmpty(_helper.
ConnectionString
) && !String.IsNullOrEmpty(_helper.DefaultContainerName)) &&
222
return _helper.
ConnectionString
;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
183
if (value !=
ConnectionString
)
1053
SaveSchema(this.
ConnectionString
, this.DefaultContainerName, this.EntitySetName, this.Select, this.CommandText, this.EnableFlattening, currentSchema);
1197
if (!String.Equals(connectionString, this.
ConnectionString
, StringComparison.OrdinalIgnoreCase) ||