IReadOnlyEntityType.IsStrictlyDerivedFrom(IReadOnlyEntityType) Methode

Definition

Bestimmt, ob dieser Entitätstyp von einem bestimmten Entitätstyp abgeleitet wird (ist aber nicht identisch mit einem bestimmten Entitätstyp).

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

Parameter

baseType
IReadOnlyEntityType

Der Entitätstyp, der überprüft, ob es sich um einen Basistyp dieses Entitätstyps handelt.

Gibt zurück

true , wenn dieser Entitätstyp von abgeleitet wird (ist aber nicht identisch mit) baseType, andernfalls false.

Gilt für: