다음을 통해 공유


IStoreModelConvention<T> 인터페이스

정의

모델을 만든 후 모델의 데이터베이스 섹션에서 작동하는 규칙입니다.

public interface IStoreModelConvention<T> : System.Data.Entity.ModelConfiguration.Conventions.IConvention where T : MetadataItem
type IStoreModelConvention<'T (requires 'T :> MetadataItem)> = interface
    interface IConvention
Public Interface IStoreModelConvention(Of T)
Implements IConvention

형식 매개 변수

T

이 규칙이 작동하는 메타데이터 항목의 형식입니다.

파생
구현

메서드

Apply(T, DbModel)

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

적용 대상