Implemented interface member:
property
EnableDelete
System.Web.DynamicData.IDynamicDataSource.EnableDelete
1 write to EnableDelete
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1475
this.EntityDataSource.
EnableDelete
= state.EnableDelete;
4 references to EnableDelete
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (1)
1138
bool anyEditablesEnabled = EnableInsert || EnableUpdate ||
EnableDelete
;
System\Data\WebControls\EntityDataSourceView.cs (1)
1244
get { return _owner.
EnableDelete
&& !_disableUpdates; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
235
return _entityDataSource.
EnableDelete
;
1490
state.EnableDelete = this.EntityDataSource.
EnableDelete
;