2 writes to EnableDelete
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
550
_entityDataSourceState.
EnableDelete
= _enableDelete;
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1490
state.
EnableDelete
= this.EntityDataSource.EnableDelete;
2 references to EnableDelete
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
523
SelectEnableDelete(_entityDataSourceState.
EnableDelete
);
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1475
this.EntityDataSource.EnableDelete = state.
EnableDelete
;