IReadOnlyEntityType.IsOwned 方法

定义

获取一个值,该值指示此实体类型是否由另一个实体类型拥有。

[System.Diagnostics.DebuggerStepThrough]
public virtual bool IsOwned ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member IsOwned : unit -> bool
override this.IsOwned : unit -> bool
Public Overridable Function IsOwned () As Boolean

返回

true 如果此实体类型由另一个实体类型拥有,则为 。

属性

适用于