Sdílet prostřednictvím


RelationalTypeBaseExtensions.GetViewMappings(ITypeBase) Metoda

Definice

Vrátí zobrazení, na která je typ mapován.

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)

Parametry

typeBase
ITypeBase

Typ, pro který chcete získat mapování zobrazení.

Návraty

Zobrazení, na která je typ mapován.

Platí pro