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 如果忽略给定的成员名称,则为 。

适用于