다음을 통해 공유


ConventionModelExtensions.FindIgnoredConfigurationSource 메서드

정의

지정된 엔터티 형식이 무시되는지 여부를 나타냅니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? FindIgnoredConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, Type type);
static member FindIgnoredConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Type -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function FindIgnoredConfigurationSource (model As IConventionModel, type As Type) As Nullable(Of ConfigurationSource)

매개 변수

model
IConventionModel

무시된 형식에 대해 검사 모델입니다.

type
Type

무시될 수 있는 엔터티 형식입니다.

반환

지정된 엔터티 형식이 무시되면 구성 원본이고, null 그렇지 않으면 입니다.

적용 대상