MutableModelExtensions.RemoveIgnored(IMutableModel, Type) Method

Definition

Removes the ignored entity type.

public static void RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
public static string RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member RemoveIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member RemoveIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> string
<Extension()>
Public Sub RemoveIgnored (model As IMutableModel, type As Type)
<Extension()>
Public Function RemoveIgnored (model As IMutableModel, type As Type) As String

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