Share via


DbMappingViewCache Class

Definition

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

Name Description
DbMappingViewCache()

Properties

Name Description
MappingHashValue

Gets a hash value computed over the mapping closure.

Methods

Name Description
GetView(EntitySetBase)

Gets a view corresponding to the specified extent.

Applies to