EntityViewContainer Class
Note: This API is now obsolete.Namespace:
System.Data.Entity.Core.Mapping
Assembly: EntityFramework (in EntityFramework.dll)
Base class for the type created at design time to store the generated views.
Assembly: EntityFramework (in EntityFramework.dll)
[ObsoleteAttribute("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.", true)] public abstract class EntityViewContainer
Name | Description | |
---|---|---|
![]() | EntityViewContainer() | Initializes a new instance of the EntityViewContainer class. |
Name | Description | |
---|---|---|
![]() | EdmEntityContainerName | Gets or sets the name of EntityContainer. |
![]() | HashOverAllExtentViews | Hash value of views. |
![]() | HashOverMappingClosure | Hash value. |
![]() | StoreEntityContainerName | Gets or sets EntityContainer in storage schema. |
![]() | ViewCount | Gets or sets view count. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetViewAt(Int32) | Returns the key/value pair at the specified index, which contains the view and its key. |
![]() | 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.