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。

适用于