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)
516
protected override int
ExecuteUpdate
(IDictionary keys, IDictionary values, IDictionary oldValues) {
1 reference to ExecuteUpdate
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
518
return base.
ExecuteUpdate
(keys, values, oldValues);