Share via


MutableModelExtensions.IsIgnored(IMutableModel, Type) Methode

Definition

Gibt an, ob der angegebene Entitätstypname ignoriert wird.

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

Parameter

model
IMutableModel

Das Modell, das auf ignorierten Typ überprüft werden soll.

type
Type

Der Entitätstyp, der ignoriert werden kann.

Gibt zurück

true , wenn der angegebene Entitätstypname ignoriert wird.

Gilt für: