MutableModelExtensions.IsIgnored(IMutableModel, Type) Method

Definition

Indicates whether the given entity type name is ignored.

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsIgnored (model As IMutableModel, type As Type) As Boolean

Parameters

model
IMutableModel

The model to check for ignored type.

type
Type

The entity type that might be ignored.

Returns

true if the given entity type name is ignored.

Applies to