RelationalTypeBaseExtensions.GetDefaultMappings(ITypeBase) Méthode

Définition

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

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

Paramètres

typeBase
ITypeBase

Type pour lequel obtenir les mappages de table.

Retours

Tables auxquelles le type est mappé.

S’applique à