ConventionModelExtensions.IsIgnored Methode

Definition

Überlädt

IsIgnored(IConventionModel, String)

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

IsIgnored(IConventionModel, Type)

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

IsIgnored(IConventionModel, String)

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

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string typeName);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string -> bool
<Extension()>
Public Function IsIgnored (model As IConventionModel, typeName As String) As Boolean

Parameter

model
IConventionModel

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

typeName
String

Der Name des Entitätstyps, der ignoriert werden könnte.

Gibt zurück

true , wenn der angegebene Entitätstypname ignoriert wird.

Gilt für:

IsIgnored(IConventionModel, Type)

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

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

Parameter

model
IConventionModel

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

type
Type

Der Entitätstyp, der möglicherweise ignoriert wird.

Gibt zurück

true , wenn der angegebene Entitätstyp ignoriert wird.

Gilt für: