EntityViewContainer Class

 
Note: This API is now obsolete.

Base class for the type created at design time to store the generated views.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.EntityViewContainer

[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

NameDescription
System_CAPS_protmethodEntityViewContainer()

Initializes a new instance of the EntityViewContainer class.

NameDescription
System_CAPS_pubpropertyEdmEntityContainerName

Gets or sets the name of EntityContainer.

System_CAPS_pubpropertyHashOverAllExtentViews

Hash value of views.

System_CAPS_pubpropertyHashOverMappingClosure

Hash value.

System_CAPS_pubpropertyStoreEntityContainerName

Gets or sets EntityContainer in storage schema.

System_CAPS_pubpropertyViewCount

Gets or sets view count.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetViewAt(Int32)

Returns the key/value pair at the specified index, which contains the view and its key.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.