다음을 통해 공유


MutableModelExtensions.IsIgnored(IMutableModel, Type) 메서드

정의

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

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsIgnored (model As IMutableModel, type As Type) As Boolean

매개 변수

model
IMutableModel

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

type
Type

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

반환

true 지정된 엔터티 형식 이름이 무시되면 입니다.

적용 대상