Base:
method
ExecuteDelete
System.Web.UI.DataSourceView.ExecuteDelete(System.Collections.IDictionary, System.Collections.IDictionary)
1 override of ExecuteDelete
System.Web.Extensions (1)
UI\WebControls\ContextDataSourceView.cs (1)
206protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
2 references to ExecuteDelete
System.Web.Extensions (2)
UI\WebControls\ContextDataSourceView.cs (1)
214return base.ExecuteDelete(keys, oldValues);
UI\WebControls\QueryableDataSourceView.cs (1)
608return ExecuteDelete(keys, oldValues);