RelationalEntityTypeExtensions.GetDefaultMappings(IEntityType) Méthode

Définition

Retourne les mappages par défaut que le type d’entité utiliserait.

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)

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 à