ISkipNavigationForeignKeyChangedConvention 介面

定義

表示在略過流覽外鍵變更時應該執行的作業。

public interface ISkipNavigationForeignKeyChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type ISkipNavigationForeignKeyChangedConvention = interface
    interface IConvention
Public Interface ISkipNavigationForeignKeyChangedConvention
Implements IConvention
衍生
實作

備註

如需詳細資訊和範例,請參閱 模型建置慣例

方法

ProcessSkipNavigationForeignKeyChanged(IConventionSkipNavigationBuilder, IConventionForeignKey, IConventionForeignKey, IConventionContext<IConventionForeignKey>)

在略過巡覽反向變更之後呼叫。

適用於