RelationalTypeBaseExtensions.GetViewMappings(ITypeBase) Méthode

Définition

Retourne les vues auxquelles le type est mappé.

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

Paramètres

typeBase
ITypeBase

Type pour lequel obtenir les mappages d’affichage.

Retours

Vues auxquelles le type est mappé.

S’applique à