RelationalEntityTypeExtensions.GetViewMappings(IEntityType) Methode

Definition

Gibt die Ansichten zurück, denen der Entitätstyp zugeordnet ist.

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

Parameter

entityType
IEntityType

Der Entitätstyp, für den die Ansichtszuordnungen abgerufen werden sollen.

Gibt zurück

Die Ansichten, denen der Entitätstyp zugeordnet ist.

Gilt für: