1 instantiation of EntityDataSource
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1132EntityDataSource entityDataSource = new EntityDataSource(_entityConnection);
33 references to EntityDataSource
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (2)
205var entityDataSource = dataSource as EntityDataSource;
System.Web.Entity (16)
System\Data\WebControls\EntityDataSource.cs (1)
46ToolboxBitmap(typeof(EntityDataSource), "EntityDataSource.ico"),
System\Data\WebControls\EntityDataSourceSelectingEventArgs.cs (3)
23private readonly EntityDataSource _dataSource; 26internal EntityDataSourceSelectingEventArgs(EntityDataSource dataSource, DataSourceSelectArguments selectArgs) 32public EntityDataSource DataSource
System\Data\WebControls\EntityDataSourceUtil.cs (2)
95EntityDataSource entityDataSource) 149EntityDataSource owner)
System\Data\WebControls\EntityDataSourceView.cs (5)
70/// Entites are stored because <see cref="EntityDataSource.EnableFlattening"/> flag is set to true. 76/// Entites are stored because <see cref="EntityDataSource.EnableFlattening"/> flag is set to false but 77/// <see cref="EntityDataSource.EnableUpdate"/> is set to true. 141private EntityDataSource _owner; 173public EntityDataSourceView(EntityDataSource owner, string viewName)
System\Data\WebControls\OrderByBuilder.cs (2)
25private readonly EntityDataSource _owner; 34EntityDataSource owner)
System\Data\WebControls\WebControlParameterProxy.cs (3)
23EntityDataSource _entityDataSource; 26internal WebControlParameterProxy(string propertyName, ParameterCollection parameterCollection, EntityDataSource entityDataSource) 36internal WebControlParameterProxy(Parameter parameter, ParameterCollection parameterCollection, EntityDataSource entityDataSource)
System.Web.Entity.Design (15)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (2)
32EntityDataSource entityDataSource = context.Instance as EntityDataSource;
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (1)
27_helper = new EntityDataSourceDesignerHelper(component as EntityDataSource, true /*interactiveMode*/);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
63private readonly EntityDataSource _entityDataSource; 76internal EntityDataSourceDesignerHelper(EntityDataSource entityDataSource, bool interactiveMode) 376private EntityDataSource EntityDataSource 1132EntityDataSource entityDataSource = new EntityDataSource(_entityConnection);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (2)
32EntityDataSource entityDataSource = context.Instance as EntityDataSource;
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (2)
33EntityDataSource entityDataSource = context.Instance as EntityDataSource;
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (3)
31EntityDataSource entityDataSource = (EntityDataSource)context.Instance; 185private bool Initialize(EntityDataSourceDesigner designer, EntityDataSource entityDataSource, string propertyName, IServiceProvider serviceProvider, string statement)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
33this.Text = String.Format(CultureInfo.InvariantCulture, Strings.Wizard_Caption(((EntityDataSource)entityDataSourceDesigner.Component).ID));