Bagikan melalui


MutableModelExtensions.RemoveIgnored(IMutableModel, Type) Metode

Definisi

Menghapus jenis entitas yang diabaikan.

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

Parameter

model
IMutableModel

Model untuk menghapus jenis entitas yang diabaikan.

type
Type

Jenis entitas yang diabaikan untuk dihapus.

Mengembalikan

Nama jenis yang diabaikan yang dihapus.

Berlaku untuk