Share via


RuntimeModel.IReadOnlyModel.FindEntityTypes(Type) Metodo

Definizione

Ottiene i tipi di entità corrispondenti al tipo specificato.

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

Parametri

type
Type

Tipo del tipo di entità da trovare.

Restituisce

Tipi di entità trovati.

Implementazioni

Attributi

Si applica a