EntityTypeExtensions.IsOwned(IEntityType) Méthode

Définition

Obtient une valeur indiquant si ce type d’entité appartient à un autre type d’entité.

[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

Paramètres

entityType
IEntityType

Type d'entité.

Retours

true si ce type d’entité appartient à un autre type d’entité.

Attributs

S’applique à