Share via


RelationalStrings.UpdateConcurrencyException(Object, Object) Method

Definition

The database operation was expected to affect {expectedRows} row(s), but actually affected {actualRows} row(s); data may have been modified or deleted since entities were loaded. See https://go.microsoft.com/fwlink/?LinkId=527962 for information on understanding and handling optimistic concurrency exceptions.

public static string UpdateConcurrencyException (object expectedRows, object actualRows);
public static string UpdateConcurrencyException (object? expectedRows, object? actualRows);
static member UpdateConcurrencyException : obj * obj -> string
Public Shared Function UpdateConcurrencyException (expectedRows As Object, actualRows As Object) As String

Parameters

expectedRows
Object
actualRows
Object

Returns

Applies to