다음을 통해 공유


RelationalEntityTypeExtensions.GetViewMappings(IEntityType) 메서드

정의

엔터티 형식이 매핑되는 뷰를 반환합니다.

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)

매개 변수

entityType
IEntityType

뷰 매핑을 가져올 엔터티 형식입니다.

반환

엔터티 형식이 매핑되는 뷰입니다.

적용 대상