IConventionModel.IsIgnoredType(Type) Method

Definition

Indicates whether entity types and properties with the given type should be ignored. This configuration is independent from IsIgnored(Type)

public bool IsIgnoredType (Type type);
abstract member IsIgnoredType : Type -> bool
Public Function IsIgnoredType (type As Type) As Boolean

Parameters

type
Type

The entity type that might be ignored.

Returns

true if the given entity type is ignored.

Applies to