Compartilhar via


RelationalTypeBaseExtensions.GetViewMappings(ITypeBase) Método

Definição

Retorna as exibições para as quais o tipo é mapeado.

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)

Parâmetros

typeBase
ITypeBase

O tipo para o qual obter os mapeamentos de exibição.

Retornos

As exibições para as quais o tipo é mapeado.

Aplica-se a