IEntityType.GetDerivedTypesInclusive Metoda

Definicja

Zwraca wszystkie typy pochodne tego typu jednostki, w tym sam typ.

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

Zwraca

Typy pochodne.

Dotyczy