UpdatingIdentityResolutionInterceptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 , IIdentityResolutionInterceptor 用于将属性值从新的实体实例复制到跟踪的实体实例中。
public class UpdatingIdentityResolutionInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor
type UpdatingIdentityResolutionInterceptor = class
interface IIdentityResolutionInterceptor
interface IInterceptor
Public Class UpdatingIdentityResolutionInterceptor
Implements IIdentityResolutionInterceptor
- 继承
-
UpdatingIdentityResolutionInterceptor
- 实现
构造函数
UpdatingIdentityResolutionInterceptor(Boolean, Boolean) |
创建侦听器的新实例。 |
方法
UpdateTrackedInstance(IdentityResolutionInterceptionData, EntityEntry, Object) |
当 尝试使用与已跟踪实例相同的主键值跟踪实体的新实例时 DbContext 调用。 此实现将属性值从新的实体实例复制到跟踪的实体实例中。 |