DbMappingViewCache Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base abstract class for mapping view cache implementations. Derived classes must have a parameterless constructor if used with DbMappingViewCacheTypeAttribute.
public abstract class DbMappingViewCache
type DbMappingViewCache = class
Public MustInherit Class DbMappingViewCache
- Inheritance
-
DbMappingViewCache
Constructors
DbMappingViewCache() |
Properties
MappingHashValue |
Gets a hash value computed over the mapping closure. |
Methods
GetView(EntitySetBase) |
Gets a view corresponding to the specified extent. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework