RelationalStrings.UpdateConcurrencyException(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
数据库操作预期会影响 {expectedRows} 行 (s) ,但实际上会影响 {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