Share via


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 指定されたメンバー名が無視される場合は 。

適用対象