다음을 통해 공유


RelationalStrings.UpdateConcurrencyException(Object, Object) 메서드

정의

데이터베이스 작업은 {expectedRows} 행에 영향을 줄 것으로 예상되었지만 실제로는 {actualRows} 행에 영향을 줍니다. 엔터티가 로드된 이후 데이터가 수정되거나 삭제되었을 수 있습니다. 낙관적 동시성 예외를 이해하고 처리하는 방법에 대한 자세한 내용은 를 참조 https://go.microsoft.com/fwlink/?LinkId=527962 하세요.

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

매개 변수

expectedRows
Object
actualRows
Object

반환

적용 대상