MutableModelExtensions.RemoveIgnored(IMutableModel, 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

Параметры

model
IMutableModel

Модель для удаления игнорируемого типа сущности.

type
Type

Удаляемый тип игнорируемой сущности.

Возвращаемое значение

Имя удаленного игнорируемого типа.

Применяется к