RelationalTypeBaseExtensions.GetTableMappings(ITypeBase) Methode

Definition

Gibt die Tabellen zurück, denen der Typ zugeordnet ist.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableMapping> GetTableMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetTableMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableMapping>
<Extension()>
Public Function GetTableMappings (typeBase As ITypeBase) As IEnumerable(Of ITableMapping)

Parameter

typeBase
ITypeBase

Der Typ, für den die Tabellenzuordnungen abgerufen werden sollen.

Gibt zurück

Die Tabellen, denen der Typ zugeordnet ist.

Gilt für: