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)
85IServiceProvider serviceProvider = _entityDataSource.Site; 105IServiceProvider serviceProvider = _entityDataSource.Site; 135return _entityDataSource.AutoGenerateWhereClause; 143return _entityDataSource.AutoGenerateOrderByClause; 151DataSourceView view = ((IDataSource)_entityDataSource).GetView(DefaultViewName); 165DataSourceView view = ((IDataSource)_entityDataSource).GetView(DefaultViewName); 179return _entityDataSource.ConnectionString; 185_entityDataSource.ConnectionString = value; 195return _entityDataSource.CommandText; 201_entityDataSource.CommandText = value; 211return _entityDataSource.CommandParameters; 219return _entityDataSource.DefaultContainerName; 225_entityDataSource.DefaultContainerName = value; 235return _entityDataSource.EnableDelete; 243return _entityDataSource.EnableInsert; 251return _entityDataSource.EnableUpdate; 259return _entityDataSource.EnableFlattening; 267return _entityDataSource.EntitySetName; 273_entityDataSource.EntitySetName = value; 283return _entityDataSource.EntityTypeFilter; 289_entityDataSource.EntityTypeFilter = value; 299return _entityDataSource.GroupBy; 307return _entityDataSource.OrderBy; 313_entityDataSource.OrderBy = value; 323return _entityDataSource.OrderByParameters; 331return _entityDataSource.Select; 337_entityDataSource.Select = value; 347return _entityDataSource.SelectParameters; 355return _entityDataSource.Where; 361_entityDataSource.Where = value; 371return _entityDataSource.WhereParameters; 380return _entityDataSource;