1 instantiation of EntityDataSource
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1132
EntityDataSource entityDataSource = new
EntityDataSource
(_entityConnection);
33 references to EntityDataSource
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (2)
205
var
entityDataSource = dataSource as
EntityDataSource
;
System.Web.Entity (16)
System\Data\WebControls\EntityDataSource.cs (1)
46
ToolboxBitmap(typeof(
EntityDataSource
), "EntityDataSource.ico"),
System\Data\WebControls\EntityDataSourceSelectingEventArgs.cs (3)
23
private readonly
EntityDataSource
_dataSource;
26
internal EntityDataSourceSelectingEventArgs(
EntityDataSource
dataSource, DataSourceSelectArguments selectArgs)
32
public
EntityDataSource
DataSource
System\Data\WebControls\EntityDataSourceUtil.cs (2)
95
EntityDataSource
entityDataSource)
149
EntityDataSource
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.
141
private
EntityDataSource
_owner;
173
public EntityDataSourceView(
EntityDataSource
owner, string viewName)
System\Data\WebControls\OrderByBuilder.cs (2)
25
private readonly
EntityDataSource
_owner;
34
EntityDataSource
owner)
System\Data\WebControls\WebControlParameterProxy.cs (3)
23
EntityDataSource
_entityDataSource;
26
internal WebControlParameterProxy(string propertyName, ParameterCollection parameterCollection,
EntityDataSource
entityDataSource)
36
internal WebControlParameterProxy(Parameter parameter, ParameterCollection parameterCollection,
EntityDataSource
entityDataSource)
System.Web.Entity.Design (15)
System\Data\WebControls\Design\EntityDataSourceContainerNameConverter.cs (2)
32
EntityDataSource
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)
63
private readonly
EntityDataSource
_entityDataSource;
76
internal EntityDataSourceDesignerHelper(
EntityDataSource
entityDataSource, bool interactiveMode)
376
private
EntityDataSource
EntityDataSource
1132
EntityDataSource
entityDataSource = new EntityDataSource(_entityConnection);
System\Data\WebControls\Design\EntityDataSourceEntitySetNameConverter.cs (2)
32
EntityDataSource
entityDataSource = context.Instance as
EntityDataSource
;
System\Data\WebControls\Design\EntityDataSourceEntityTypeFilterConverter.cs (2)
33
EntityDataSource
entityDataSource = context.Instance as
EntityDataSource
;
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (3)
31
EntityDataSource
entityDataSource = (
EntityDataSource
)context.Instance;
185
private bool Initialize(EntityDataSourceDesigner designer,
EntityDataSource
entityDataSource, string propertyName, IServiceProvider serviceProvider, string statement)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
33
this.Text = String.Format(CultureInfo.InvariantCulture, Strings.Wizard_Caption(((
EntityDataSource
)entityDataSourceDesigner.Component).ID));