다음을 통해 공유


ConventionTypeBaseExtensions.IsIgnored(IConventionTypeBase, String) 메서드

정의

지정된 멤버 이름이 무시되는지 여부를 나타냅니다.

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

매개 변수

entityType
IConventionTypeBase

무시된 멤버를 검사 형식입니다.

memberName
String

무시될 수 있는 멤버의 이름입니다.

반환

true 지정된 멤버 이름이 무시되면 입니다.

적용 대상