共用方式為


RelationalStrings.UpdateConcurrencyException(Object, Object) 方法

定義

資料庫作業預期會影響 {expectedRows} 資料列 () ,但實際上會影響 {actualRows} 資料列 (s) ;自載入實體之後,資料可能已經修改或刪除。 如需瞭解及處理開放式平行存取例外狀況的相關資訊,請參閱 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

傳回

適用於