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