次の方法で共有


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

削除する無視されたエンティティ型。

戻り値

削除された無視された型の名前。

適用対象