MutableModelExtensions.RemoveIgnored(IMutableModel, Type) Method

Definition

Removes the ignored entity type.

C#
public static void RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
C#
public static string RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);

Parameters

model
IMutableModel

The model to remove the ignored entity type from.

type
Type

The ignored entity type to be removed.

Returns

The name of the removed ignored type.

Applies to

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0