10 references to EdmItemCollection
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (10)
1251
if (this.
EdmItemCollection
!= null)
1253
ReadOnlyCollection<EntityContainer> entityContainers = this.
EdmItemCollection
.GetItems<EntityContainer>();
1275
if (this.
EdmItemCollection
!= null &&
1276
this.
EdmItemCollection
.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container) &&
1290
if (this.
EdmItemCollection
!= null)
1292
this.
EdmItemCollection
.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container);
1395
if (this.
EdmItemCollection
!= null)
1398
if (this.
EdmItemCollection
.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container) && (container != null))
1414
if (baseEntitySetType != null && this.
EdmItemCollection
!= null)
1416
foreach (EntityType entityType in GetTypeAndSubtypesOf(baseEntitySetType, this.
EdmItemCollection
))