RelationalEntityTypeExtensions.GetTableMappings(IEntityType) Methode

Definition

Gibt die Tabellen zurück, denen der Entitätstyp zugeordnet ist.

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

Parameter

entityType
IEntityType

Der Entitätstyp, für den die Tabellenzuordnungen abgerufen werden sollen.

Gibt zurück

Die Tabellen, denen der Entitätstyp zugeordnet ist.

Gilt für: