Implemented interface member:
property
EnableUpdate
System.Web.DynamicData.IDynamicDataSource.EnableUpdate
1 write to EnableUpdate
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1477this.EntityDataSource.EnableUpdate = state.EnableUpdate;
5 references to EnableUpdate
System.Web.Entity (3)
System\Data\WebControls\EntityDataSource.cs (1)
1138bool anyEditablesEnabled = EnableInsert || EnableUpdate || EnableDelete;
System\Data\WebControls\EntityDataSourceView.cs (2)
77/// <see cref="EntityDataSource.EnableUpdate"/> is set to true. 1240get { return _owner.EnableUpdate && !_disableUpdates; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
251return _entityDataSource.EnableUpdate; 1492state.EnableUpdate = this.EntityDataSource.EnableUpdate;