4 references to EntityDataSourceDesignerHelper
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (1)
35
List<EntityDataSourceContainerNameItem> containerNameItems = new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetContainerNames(true /*sortResults*/);
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
27
_helper = new
EntityDataSourceDesignerHelper
(component as EntityDataSource, true /*interactiveMode*/);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (1)
37
List<EntityDataSourceEntitySetNameItem> entitySetNameItems = new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetEntitySets(entityDataSource.DefaultContainerName);
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (1)
40
new
EntityDataSourceDesignerHelper
(entityDataSource, false /*interactiveMode*/).GetEntityTypeFilters(