次の方法で共有


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

定義

指定されたエンティティ型名が無視されるかどうかを示します。

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsIgnored (model As IMutableModel, type As Type) As Boolean

パラメーター

model
IMutableModel

無視された型に対してチェックするモデル。

type
Type

無視される可能性があるエンティティ型。

戻り値

true 指定されたエンティティ型名が無視される場合は 。

適用対象