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