IConventionModel.GetEntityTypes Metodo

Definizione

Ottiene tutti i tipi di entità definiti nel modello.

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

Restituisce

Tutti i tipi di entità definiti nel modello.

Si applica a