IForeignKeyNullNavigationSetConvention 인터페이스

정의

외래 키에서 탐색을 로 설정할 때 수행해야 하는 null 작업을 나타냅니다.

public interface IForeignKeyNullNavigationSetConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IForeignKeyNullNavigationSetConvention = interface
    interface IConvention
Public Interface IForeignKeyNullNavigationSetConvention
Implements IConvention
파생
구현

설명

자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.

메서드

ProcessForeignKeyNullNavigationSet(IConventionForeignKeyBuilder, Boolean, IConventionContext<IConventionNavigation>)

외래 키에서 탐색이 로 null 설정된 후 호출됩니다.

적용 대상