Compartilhar via


RuntimeModel.IReadOnlyModel.GetEntityTypes Método

Definição

Obtém todos os tipos de entidade definidos no modelo.

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

Retornos

Todos os tipos de entidade definidos no modelo.

Implementações

Atributos

Aplica-se a