5 overrides of ExecuteDelete
System.Web (3)
UI\WebControls\ModelDataSourceView.cs (1)
882protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
UI\WebControls\ObjectDataSourceView.cs (1)
834protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
UI\WebControls\SqlDataSourceView.cs (1)
792protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
590protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues)
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
751protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
1 reference to ExecuteDelete
System.Web (1)
UI\DataSourceView.cs (1)
130affectedRecords = ExecuteDelete(keys, oldValues);