RuntimeModel.GetAdHocEntityTypes Methode

Definition

Ruft alle im Modell definierten Ad-hoc-Entitätstypen ab.

[System.Diagnostics.DebuggerStepThrough]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetAdHocEntityTypes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member GetAdHocEntityTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAdHocEntityTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Public Overridable Function GetAdHocEntityTypes () As IEnumerable(Of IReadOnlyEntityType)

Gibt zurück

Alle im Modell definierten Entitätstypen.

Attribute

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellieren von Entitätstypen und Beziehungen .

Gilt für: