EntityDataSourceView.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 entity to be updated.

values
IDictionary

The new values of the entity to be updated.

oldValues
IDictionary

The old values of the entity to be updated.

Returns

The number of rows updated; otherwise, -1, if the operation fails or the number is not known.

Applies to

Product Versions
.NET Framework 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