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 呼叫。 此實作會將屬性值從新的實體實例複製到追蹤的實體實例。 |