EntityTypeExtensions.IsOwned(IEntityType) Methode

Definition

Ruft einen Wert ab, der angibt, ob dieser Entitätstyp im Besitz eines anderen Entitätstyps ist.

[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

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

true , wenn sich dieser Entitätstyp im Besitz eines anderen Entitätstyps befindet.

Attribute

Gilt für: