RuntimeModel.IModel.GetEntityTypes Methode

Definition

Ruft alle im Modell definierten Entitätstypen ab.

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

Gibt zurück

Alle im Modell definierten Entitätstypen.

Implementiert

Attribute

Gilt für: