次の方法で共有


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

定義

規則によって検出されたときに、指定された型を使用するエンティティ型を所有型として構成する必要があるかどうかを示す値を返します。

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

パラメーター

model
IMutableModel

値を取得するモデル。

clrTypetype
Type

所有される可能性があるエンティティ型の型。

戻り値

true 検出されたときに一致するエンティティ型を所有済みとして構成する必要がある場合は 。 false それ以外の場合は 。

適用対象