Compartir a través de


IReadOnlyEntityType.GetDerivedTypes Método

Definición

Obtiene todos los tipos del modelo que derivan de este tipo de entidad.

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

Devoluciones

Tipos derivados.

Se aplica a