Base:
method
ExecuteUpdate
System.Web.UI.DataSourceView.ExecuteUpdate(System.Collections.IDictionary, System.Collections.IDictionary, System.Collections.IDictionary)
1 override of ExecuteUpdate
System.Web.Extensions (1)
UI\WebControls\ContextDataSourceView.cs (1)
188
protected override int
ExecuteUpdate
(IDictionary keys, IDictionary values, IDictionary oldValues) {
2 references to ExecuteUpdate
System.Web.Extensions (2)
UI\WebControls\ContextDataSourceView.cs (1)
196
return base.
ExecuteUpdate
(keys, values, oldValues);
UI\WebControls\QueryableDataSourceView.cs (1)
604
return
ExecuteUpdate
(keys, values, oldValues);