IReadOnlyEntityType.GetAllBaseTypes Метод

Определение

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

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

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

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

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