2 writes to EnableUpdate
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
549_entityDataSourceState.EnableUpdate = _enableUpdate;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1492state.EnableUpdate = this.EntityDataSource.EnableUpdate;
2 references to EnableUpdate
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
522SelectEnableUpdate(_entityDataSourceState.EnableUpdate);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1477this.EntityDataSource.EnableUpdate = state.EnableUpdate;