RelationalEntityTypeExtensions.GetTableMappings(IEntityType) Méthode

Définition

Retourne les tables auxquelles le type d’entité est mappé.

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)

Paramètres

entityType
IEntityType

Type d’entité pour lequel obtenir les mappages de table.

Retours

Tables auxquelles le type d’entité est mappé.

S’applique à