Sdílet prostřednictvím


EntityTypeExtensions.IsOwned(IEntityType) Metoda

Definice

Získá hodnotu označující, zda je tento typ entity vlastněný jiným typem entity.

[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

Parametry

entityType
IEntityType

Typ entity.

Návraty

true pokud je tento typ entity vlastněný jiným typem entity.

Atributy

Platí pro