IReadOnlyEntityType.IsInOwnershipPath(IReadOnlyEntityType) Methode

Definition

Ruft einen Wert ab, der angibt, ob sich der angegebene Entitätstyp im Besitzpfad für diesen Entitätstyp befindet.

public virtual bool IsInOwnershipPath (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType targetType);
abstract member IsInOwnershipPath : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
override this.IsInOwnershipPath : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> bool
Public Overridable Function IsInOwnershipPath (targetType As IReadOnlyEntityType) As Boolean

Parameter

targetType
IReadOnlyEntityType

Entitätstyp, nach dem im Besitzpfad gesucht werden soll.

Gibt zurück

true , wenn targetType sich im Besitzpfad dieses Entitätstyps befindet, andernfalls false.

Gilt für: