次の方法で共有


MutableModelExtensions.AddIgnored(IMutableModel, Type) メソッド

定義

指定したエンティティ型を無視としてマークします。これにより、規則によって一致するエンティティ型がモデルに追加されなくなります。

public static void AddIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static string AddIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member AddIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member AddIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> string
<Extension()>
Public Sub AddIgnored (model As IMutableModel, clrType As Type)
<Extension()>
Public Function AddIgnored (model As IMutableModel, type As Type) As String

パラメーター

model
IMutableModel

無視された型を追加するモデル。

clrTypetype
Type

無視するエンティティ型。

戻り値

無視された型の名前。

適用対象