Поделиться через


IReadOnlyEntityType.GetDerivedTypesInclusive Метод

Определение

Возвращает все производные типы этого типа сущности, включая сам тип.

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

Возвращаемое значение

Производные типы.

Применяется к