Compartilhar via


RuntimeModel.IReadOnlyModel.FindEntityTypes(Type) Método

Definição

Obtém os tipos de entidade que correspondem ao tipo fornecido.

[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

Parâmetros

type
Type

O tipo do tipo de entidade a ser encontrado.

Retornos

Os tipos de entidade encontrados.

Implementações

Atributos

Aplica-se a