次の方法で共有


ConventionModelExtensions.IsOwned(IConventionModel, Type) メソッド

定義

特定の型を使用するエンティティ型を検出時に所有型として構成する必要があるかどうかを示す値を返します。

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

パラメーター

model
IConventionModel

モデル。

clrTypetype
Type

所有できるエンティティ型の型。

戻り値

true 指定された型名が所有済みとしてマークされている場合は 。 null それ以外の場合は 。

適用対象