IModel.GetEntityTypes Metodo

Definizione

Ottiene tutti i tipi di entità definiti nel modello.

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

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