다음을 통해 공유


ConventionModelExtensions.IsIgnored 메서드

정의

오버로드

IsIgnored(IConventionModel, String)

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

IsIgnored(IConventionModel, Type)

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

IsIgnored(IConventionModel, String)

Source:
ConventionModelExtensions.cs
Source:
ConventionModelExtensions.cs
Source:
ConventionModelExtensions.cs

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

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string typeName);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string -> bool
<Extension()>
Public Function IsIgnored (model As IConventionModel, typeName As String) As Boolean

매개 변수

model
IConventionModel

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

typeName
String

무시할 수 있는 엔터티 형식의 이름입니다.

반환

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

적용 대상

IsIgnored(IConventionModel, Type)

Source:
ConventionModelExtensions.cs
Source:
ConventionModelExtensions.cs
Source:
ConventionModelExtensions.cs

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

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

매개 변수

model
IConventionModel

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

type
Type

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

반환

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

적용 대상