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)
1475this.EntityDataSource.EnableDelete = state.EnableDelete;
4 references to EnableDelete
System.Web.Entity (2)
System\Data\WebControls\EntityDataSource.cs (1)
1138bool anyEditablesEnabled = EnableInsert || EnableUpdate || EnableDelete;
System\Data\WebControls\EntityDataSourceView.cs (1)
1244get { return _owner.EnableDelete && !_disableUpdates; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
235return _entityDataSource.EnableDelete; 1490state.EnableDelete = this.EntityDataSource.EnableDelete;