QueryableDataSourceView.ExecuteUpdate Method

Definition

Performs an update operation.

C#
protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);

Parameters

keys
IDictionary

The keys of the rows to update.

values
IDictionary

The values of the rows to update.

oldValues
IDictionary

The row values to evaluate in order to detect data conflicts.

Returns

The number of rows that were updated in the data source.

Applies to

Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1