Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.GetDerivedTypes Metodo

Definizione

Ottiene tutti i tipi nel modello che derivano da questo tipo di entità.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> IReadOnlyEntityType.GetDerivedTypes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Function GetDerivedTypes () As IEnumerable(Of IReadOnlyEntityType) Implements IReadOnlyEntityType.GetDerivedTypes

Restituisce

Tipi derivati.

Implementazioni

Attributi

Si applica a