다음을 통해 공유


ForeignKeyIndexConvention 클래스

정의

외신 키에 대한 인덱스를 도입하는 규칙입니다.

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

생성자

ForeignKeyIndexConvention()

외신 키에 대한 인덱스를 도입하는 규칙입니다.

메서드

Apply(AssociationType, DbModel)

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

적용 대상