ConventionTypeBaseExtensions.IsIgnored(IConventionTypeBase, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.