EntityViewContainer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for the type created at design time to store generated views.
public ref class EntityViewContainer abstract
public abstract class EntityViewContainer
type EntityViewContainer = class
Public MustInherit Class EntityViewContainer
- Inheritance
-
EntityViewContainer
Remarks
This class is used for compile time view generation. It is not intended for developer use.
Constructors
EntityViewContainer() |
Initializes a new instance of the |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
GetViewAt(Int32) |
Returns the key/value pair at the specified index, which contains the view and its key. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |