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


IEntityType.GetAllBaseTypesInclusive Метод

Определение

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

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

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

Базовые типы.

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