DbMappingViewCache.GetView Method (EntitySetBase)
Gets a view corresponding to the specified extent.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- extent
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntitySetBase
An EntitySetBase that specifies the extent.
Return Value
Type: System.Data.Entity.Infrastructure.MappingViews.DbMappingViewA DbMappingView that specifies the mapping view, or null if the extent is not associated with a mapping view.