1 write to _entityDataSource
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
80
_entityDataSource
= entityDataSource;
32 references to _entityDataSource
System.Web.Entity.Design (32)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (32)
85
IServiceProvider serviceProvider =
_entityDataSource
.Site;
105
IServiceProvider serviceProvider =
_entityDataSource
.Site;
135
return
_entityDataSource
.AutoGenerateWhereClause;
143
return
_entityDataSource
.AutoGenerateOrderByClause;
151
DataSourceView view = ((IDataSource)
_entityDataSource
).GetView(DefaultViewName);
165
DataSourceView view = ((IDataSource)
_entityDataSource
).GetView(DefaultViewName);
179
return
_entityDataSource
.ConnectionString;
185
_entityDataSource
.ConnectionString = value;
195
return
_entityDataSource
.CommandText;
201
_entityDataSource
.CommandText = value;
211
return
_entityDataSource
.CommandParameters;
219
return
_entityDataSource
.DefaultContainerName;
225
_entityDataSource
.DefaultContainerName = value;
235
return
_entityDataSource
.EnableDelete;
243
return
_entityDataSource
.EnableInsert;
251
return
_entityDataSource
.EnableUpdate;
259
return
_entityDataSource
.EnableFlattening;
267
return
_entityDataSource
.EntitySetName;
273
_entityDataSource
.EntitySetName = value;
283
return
_entityDataSource
.EntityTypeFilter;
289
_entityDataSource
.EntityTypeFilter = value;
299
return
_entityDataSource
.GroupBy;
307
return
_entityDataSource
.OrderBy;
313
_entityDataSource
.OrderBy = value;
323
return
_entityDataSource
.OrderByParameters;
331
return
_entityDataSource
.Select;
337
_entityDataSource
.Select = value;
347
return
_entityDataSource
.SelectParameters;
355
return
_entityDataSource
.Where;
361
_entityDataSource
.Where = value;
371
return
_entityDataSource
.WhereParameters;
380
return
_entityDataSource
;