RelationalEntityTypeExtensions.GetDefaultMappings(IEntityType) Methode

Definition

Gibt die Standardzuordnungen zurück, die der Entitätstyp verwenden würde.

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

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: