Share via


RuntimeModel.IModel.FindEntityTypes(Type) Méthode

Définition

Obtient les types d’entités correspondant au type donné.

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

Paramètres

type
Type

Type du type d’entité à rechercher.

Retours

Types d’entités trouvés.

Implémente

Attributs

S’applique à