ConventionTypeBaseExtensions.IsIgnored(IConventionTypeBase, String) Method

Definition

Indicates whether the given member name is ignored.

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

Parameters

entityType
IConventionTypeBase

The type to check the ignored member.

memberName
String

The name of the member that might be ignored.

Returns

true if the given member name is ignored.

Applies to