RuntimeModel.IModel.FindEntityTypes(Type) Methode

Definition

Ruft die Entitätstypen ab, die dem angegebenen Typ entsprechen.

[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

Parameter

type
Type

Der Typ des zu findenden Entitätstyps.

Gibt zurück

Die gefundenen Entitätstypen.

Implementiert

Attribute

Gilt für: