Udostępnij za pośrednictwem


IReadOnlyEntityType.GetConcreteDerivedTypesInclusive Metoda

Definicja

Zwraca wszystkie pochodne typy tej jednostki, w tym sam typ, który nie abstractjest .

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetConcreteDerivedTypesInclusive ();
abstract member GetConcreteDerivedTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetConcreteDerivedTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Public Overridable Function GetConcreteDerivedTypesInclusive () As IEnumerable(Of IReadOnlyEntityType)

Zwraca

Typy pochodne bez abstrakcji.

Dotyczy