RelationalEntityTypeExtensions.GetViewMappings(IEntityType) Yöntem

Tanım

Varlık türünün eşlenmiş olduğu görünümleri döndürür.

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)

Parametreler

entityType
IEntityType

Görünüm eşlemelerini almak için varlık türü.

Döndürülenler

IEnumerable<IViewMapping>

Varlık türünün eşlenmiş olduğu görünümler.

Şunlara uygulanır