Sdílet prostřednictvím


MutableModelExtensions.RemoveIgnored(IMutableModel, Type) Metoda

Definice

Odebere ignorovaný typ entity.

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

Parametry

model
IMutableModel

Model, ze který se má ignorovaný typ entity odebrat.

type
Type

Ignorovaný typ entity, který se má odebrat.

Návraty

Název odebraného ignorovaného typu.

Platí pro