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

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