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


IEntityType.GetDerivedTypesInclusive Метод

Определение

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

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)

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

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

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