次の方法で共有


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

定義

ターゲット CLR 型が所有エンティティ型に対応するかどうかを示す値を返します。

protected virtual bool IsOwned (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel conventionModel);
abstract member IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
override this.IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
Protected Overridable Function IsOwned (targetType As Type, conventionModel As IConventionModel) As Boolean

パラメーター

targetType
Type

ターゲット CLR 型。

conventionModel
IConventionModel

モデル。

戻り値

true 指定された CLR 型が所有エンティティ型に対応する場合は 。

適用対象