다음을 통해 공유


ForeignKeyNavigationPropertyAttributeConvention 클래스

정의

모델의 탐색 속성에 있는 의 ForeignKeyAttribute 인스턴스를 처리하는 규칙입니다.

public class ForeignKeyNavigationPropertyAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.NavigationProperty>
type ForeignKeyNavigationPropertyAttributeConvention = class
    interface IConceptualModelConvention<NavigationProperty>
    interface IConvention
Public Class ForeignKeyNavigationPropertyAttributeConvention
Implements IConceptualModelConvention(Of NavigationProperty)
상속
ForeignKeyNavigationPropertyAttributeConvention
구현

생성자

ForeignKeyNavigationPropertyAttributeConvention()

모델의 탐색 속성에 있는 의 ForeignKeyAttribute 인스턴스를 처리하는 규칙입니다.

메서드

Apply(NavigationProperty, DbModel)

모델의 항목에 이 규칙을 적용합니다.

적용 대상