Udostępnij za pośrednictwem


MutableModelExtensions.RemoveIgnored(IMutableModel, Type) Metoda

Definicja

Usuwa ignorowany typ jednostki.

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 umożliwiający usunięcie ignorowanego typu jednostki.

type
Type

Ignorowany typ jednostki, który ma zostać usunięty.

Zwraca

Nazwa usuniętego typu ignorowanego.

Dotyczy