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


IMutableEntityType.GetAllBaseTypesAscending Метод

Определение

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

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

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

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

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