Condividi tramite


IReadOnlyModel.GetEntityTypes Metodo

Definizione

Ottiene tutti i tipi di entità definiti nel modello.

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

Restituisce

Tutti i tipi di entità definiti nel modello.

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Si applica a