IConventionModel.IsOwned(Type) 方法

定义

返回一个值,该值指示在发现时是否应将使用给定类型的实体类型配置为拥有的类型。

public virtual bool IsOwned (Type type);
abstract member IsOwned : Type -> bool
override this.IsOwned : Type -> bool
Public Overridable Function IsOwned (type As Type) As Boolean

参数

type
Type

可以拥有的实体类型的类型。

返回

true 如果给定类型标记为“拥有”,则为 ; null 否则为 。

适用于