Udostępnij za pośrednictwem


ConventionModelExtensions.IsIgnored Metoda

Definicja

Przeciążenia

IsIgnored(IConventionModel, String)

Wskazuje, czy dana nazwa typu jednostki jest ignorowana.

IsIgnored(IConventionModel, Type)

Wskazuje, czy dany typ jednostki jest ignorowany.

IsIgnored(IConventionModel, String)

Wskazuje, czy dana nazwa typu jednostki jest ignorowana.

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

Parametry

model
IConventionModel

Model do sprawdzania, czy typ jest ignorowany.

typeName
String

Nazwa typu jednostki, który można zignorować.

Zwraca

true jeśli dana nazwa typu jednostki jest ignorowana.

Dotyczy

IsIgnored(IConventionModel, Type)

Wskazuje, czy dany typ jednostki jest ignorowany.

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

Parametry

model
IConventionModel

Model do sprawdzania, czy typ jest ignorowany.

type
Type

Typ jednostki, który może być ignorowany.

Zwraca

true jeśli dany typ jednostki jest ignorowany.

Dotyczy