RelationalTypeBaseExtensions.GetViewMappings(ITypeBase) Methode

Definition

Gibt die Ansichten zurück, denen der Typ zugeordnet ist.

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)

Parameter

typeBase
ITypeBase

Der Typ, für den die Ansichtszuordnungen abgerufen werden sollen.

Gibt zurück

Die Ansichten, denen der Typ zugeordnet ist.

Gilt für: