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)
188protected override int ExecuteUpdate(IDictionary keys, IDictionary values, IDictionary oldValues) {
2 references to ExecuteUpdate
System.Web.Extensions (2)
UI\WebControls\ContextDataSourceView.cs (1)
196return base.ExecuteUpdate(keys, values, oldValues);
UI\WebControls\QueryableDataSourceView.cs (1)
604return ExecuteUpdate(keys, values, oldValues);