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