EntityViewGenerator Class
Generates views for the extents in the StorageMappingItemCollection, and creates a source code file for a type that will cache these views.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Name | Description | |
|---|---|---|
![]() | EntityViewGenerator() | Initializes a new instance of the EntityViewGenerator class with a GenerateCSharpCode language option. |
![]() | EntityViewGenerator(LanguageOption) | Initializes a new instance of the EntityViewGenerator class with the specified LanguageOption. |
| Name | Description | |
|---|---|---|
![]() | LanguageOption | Gets or sets a LanguageOption value that indicates the language of the generated code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateViews(StorageMappingItemCollection^, String^) | Generates views at compile time for the extents in a StorageMappingItemCollection. Writes a source code file to a specified location that makes the views available at run time. |
![]() | GenerateViews(StorageMappingItemCollection^, TextWriter^) | Generates views at compile time for the extents in a StorageMappingItemCollection. Sends a source code file to a TextWriter to make these views available at run time. |
![]() | GenerateViews(StorageMappingItemCollection^, TextWriter^, Version^) | Generates views at compile time for the extents in a StorageMappingItemCollection. Sends a source code file to a TextWriter to make these views available at run time. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | Validate(StorageMappingItemCollection^) | Validates a StorageMappingItemCollection. |
![]() ![]() | Validate(StorageMappingItemCollection^, Version^) | Validates a StorageMappingItemCollection. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



