IgnoringIdentityResolutionInterceptor クラス

定義

IIdentityResolutionInterceptor新しいインスタンスを無視し、既存の追跡対象インスタンスのプロパティ値を保持する 。

public class IgnoringIdentityResolutionInterceptor : Microsoft.EntityFrameworkCore.Diagnostics.IIdentityResolutionInterceptor
type IgnoringIdentityResolutionInterceptor = class
    interface IIdentityResolutionInterceptor
    interface IInterceptor
Public Class IgnoringIdentityResolutionInterceptor
Implements IIdentityResolutionInterceptor
継承
IgnoringIdentityResolutionInterceptor
実装

コンストラクター

IgnoringIdentityResolutionInterceptor()

IIdentityResolutionInterceptor新しいインスタンスを無視し、既存の追跡対象インスタンスのプロパティ値を保持する 。

メソッド

UpdateTrackedInstance(IdentityResolutionInterceptionData, EntityEntry, Object)

既に DbContext 追跡されているインスタンスと同じ主キー値を持つエンティティの新しいインスタンスを追跡しようとしたときに呼び出されます。 この実装は何も行わないので、既存の追跡対象インスタンスのプロパティ値が保持されます。

適用対象