DbMappingViewCache Class
Represents the base abstract class for mapping view cache implementations. Derived classes must have a parameterless constructor if used with DbMappingViewCacheTypeAttribute.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbMappingViewCache() | Initializes a new instance of the DbMappingViewCache class. |
Name | Description | |
---|---|---|
![]() | MappingHashValue | Gets a hash value computed over the mapping closure. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetView(EntitySetBase) | Gets a view corresponding to the specified extent. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.