다음을 통해 공유


DbMappingViewCache.GetView(EntitySetBase) 메서드

정의

지정된 익스텐트 에 해당하는 뷰를 가져옵니다.

public abstract System.Data.Entity.Infrastructure.MappingViews.DbMappingView GetView(System.Data.Entity.Core.Metadata.Edm.EntitySetBase extent);
abstract member GetView : System.Data.Entity.Core.Metadata.Edm.EntitySetBase -> System.Data.Entity.Infrastructure.MappingViews.DbMappingView
Public MustOverride Function GetView (extent As EntitySetBase) As DbMappingView

매개 변수

extent
EntitySetBase

EntitySetBase 익스텐트를 지정하는 입니다.

반환

DbMappingView 매핑 보기를 지정하는 이거나, 익스텐트에서 매핑 보기와 연결되지 않은 경우 null입니다.

적용 대상