DbMappingViewCache.GetView(EntitySetBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定盘区对应的视图。
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。