3 writes to DefaultContainerName
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
225
_entityDataSource.
DefaultContainerName
= value;
1145
entityDataSource.
DefaultContainerName
= this.EntityDataSource.DefaultContainerName;
1474
this.EntityDataSource.
DefaultContainerName
= state.DefaultContainerName;
15 references to DefaultContainerName
System.Web.Entity (7)
System\Data\WebControls\EntityDataSource.cs (2)
446
if (!String.IsNullOrEmpty(
DefaultContainerName
))
448
return
DefaultContainerName
+ "." + EntitySetName;
System\Data\WebControls\EntityDataSourceView.cs (5)
1142
if (!String.IsNullOrEmpty(_owner.
DefaultContainerName
) &&
1175
else if (!String.IsNullOrEmpty(_owner.
DefaultContainerName
) &&
1185
_ctx.DefaultContainerName = _owner.
DefaultContainerName
;
1580
if (!string.IsNullOrEmpty(_owner.
DefaultContainerName
))
1582
return _owner.
DefaultContainerName
;
System.Web.Entity.Design (8)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
219
return _entityDataSource.
DefaultContainerName
;
1084
String.IsNullOrEmpty(this.EntityDataSource.
DefaultContainerName
) ||
1145
entityDataSource.DefaultContainerName = this.EntityDataSource.
DefaultContainerName
;
1489
state.DefaultContainerName = this.EntityDataSource.
DefaultContainerName
;
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (2)
35
!String.IsNullOrEmpty(entityDataSource.
DefaultContainerName
))
37
List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new EntityDataSourceDesignerHelper(entityDataSource, false /*interactiveMode*/).GetEntitySets(entityDataSource.
DefaultContainerName
);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (2)
36
!String.IsNullOrEmpty(entityDataSource.
DefaultContainerName
) &&
41
entityDataSource.
DefaultContainerName
, entityDataSource.EntitySetName);