Share via


RuntimeEntityType.IReadOnlyEntityType.GetDerivedTypes Méthode

Définition

Obtient tous les types du modèle qui dérivent de ce type d’entité.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> IReadOnlyEntityType.GetDerivedTypes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Function GetDerivedTypes () As IEnumerable(Of IReadOnlyEntityType) Implements IReadOnlyEntityType.GetDerivedTypes

Retours

Types dérivés.

Implémente

Attributs

S’applique à