IConventionEntityTypeBuilder.CanIgnore(String, Boolean) Method

Definition

Returns a value indicating whether the given member name can be ignored from the given configuration source.

public bool CanIgnore (string memberName, bool fromDataAnnotation = false);
abstract member CanIgnore : string * bool -> bool
Public Function CanIgnore (memberName As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

memberName
String

The member name to be removed from the entity type.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the given member name can be ignored.

Applies to