共用方式為


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 類型對應至擁有的實體類型,則為 。

適用於