Condividi tramite


IReadOnlyModel.FindEntityTypes(Type) Metodo

Definizione

Ottiene i tipi di entità corrispondenti al tipo specificato.

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

Parametri

type
Type

Tipo del tipo di entità da trovare.

Restituisce

I tipi di entità trovati.

Commenti

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

Si applica a