Condividi tramite


RelationalStrings.UpdateConcurrencyException(Object, Object) Metodo

Definizione

È previsto che l'operazione di database influisca sulle righe {expectedRows}, ma ha effettivamente interessato le righe {actualRows}; i dati possono essere stati modificati o eliminati dopo il caricamento delle entità. Vedere https://go.microsoft.com/fwlink/?LinkId=527962 per informazioni sulla comprensione e sulla gestione delle eccezioni di concorrenza ottimistica.

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

Parametri

expectedRows
Object
actualRows
Object

Restituisce

Si applica a