IReadOnlyEntityType.IsOwned Method

Definition

Gets a value indicating whether this entity type is owned by another entity type.

[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

Returns

true if this entity type is owned by another entity type.

Attributes

Applies to