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. |