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)
1492
state.
EnableUpdate
= this.EntityDataSource.EnableUpdate;
2 references to EnableUpdate
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
522
SelectEnableUpdate(_entityDataSourceState.
EnableUpdate
);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1477
this.EntityDataSource.EnableUpdate = state.
EnableUpdate
;