RelationalTypeBaseExtensions.GetTableMappings(ITypeBase) Méthode

Définition

Retourne les tables auxquelles le type est mappé.

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

Paramètres

typeBase
ITypeBase

Type pour lequel obtenir les mappages de table.

Retours

Tables auxquelles le type est mappé.

S’applique à