EntityTypeExtensions.IsOwned(IEntityType) Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
public static bool IsOwned (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsOwned : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsOwned (entityType As IEntityType) As Boolean

Parameters

entityType
IEntityType

The entity type.

Returns

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

Attributes

Applies to