Base:
method
ExecuteDelete
System.Web.UI.WebControls.QueryableDataSourceView.ExecuteDelete(System.Collections.IDictionary, System.Collections.IDictionary)
1 override of ExecuteDelete
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
506protected override int ExecuteDelete(IDictionary keys, IDictionary oldValues) {
1 reference to ExecuteDelete
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
508return base.ExecuteDelete(keys, oldValues);