DbMappingViewCache 类

定义

映射视图缓存实现的基抽象类。 如果与 一起使用 DbMappingViewCacheTypeAttribute,则派生类必须具有无参数构造函数。

public abstract class DbMappingViewCache
type DbMappingViewCache = class
Public MustInherit Class DbMappingViewCache
继承
DbMappingViewCache

构造函数

DbMappingViewCache()

映射视图缓存实现的基抽象类。 如果与 一起使用 DbMappingViewCacheTypeAttribute,则派生类必须具有无参数构造函数。

属性

MappingHashValue

获取通过映射闭包计算的哈希值。

方法

GetView(EntitySetBase)

获取与指定盘区对应的视图。

适用于