IConventionModel.IsIgnored Method

Definition

Overloads

IsIgnored(String)

Indicates whether the given entity type name is ignored.

IsIgnored(Type)

Indicates whether the given entity type is ignored.

IsIgnored(String)

Source:
IConventionModel.cs
Source:
IConventionModel.cs
Source:
IConventionModel.cs
Source:
IConventionModel.cs

Indicates whether the given entity type name is ignored.

C#
public bool IsIgnored (string typeName);

Parameters

typeName
String

The name of the entity type that could be ignored.

Returns

true if the given entity type name is ignored.

Applies to

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0

IsIgnored(Type)

Source:
IConventionModel.cs
Source:
IConventionModel.cs
Source:
IConventionModel.cs
Source:
IConventionModel.cs

Indicates whether the given entity type is ignored.

C#
public bool IsIgnored (Type type);

Parameters

type
Type

The entity type that might be ignored.

Returns

true if the given entity type is ignored.

Applies to

Entity Framework Core 9.0 och andra versioner
Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0