EntityStoreSchemaGenerator Class
Responsible for Loading Database Schema Information.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
| Name | Description | |
|---|---|---|
![]() | EntityStoreSchemaGenerator(String^, String^, String^) | Initializes a new instance of the EntityStoreSchemaGenerator class. |
| Name | Description | |
|---|---|---|
![]() | EntityContainer | Gets the storage model EntityContainer that was created. |
![]() | GenerateForeignKeyProperties | Gets or sets the flag for generating foreign key properties in a storage model. |
![]() | StoreItemCollection | Gets the StoreItemCollection that was created. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateStoreSchemaConnection(String^, String^) | Creates an EntityConnection loaded with the providers metadata for the store schema. |
![]() ![]() | CreateStoreSchemaConnection(String^, String^, Version^) | Creates an EntityConnection loaded with the providers metadata for the store schema. Note that the targetEntityFrameworkVersion parameter uses internal EntityFramework version numbers as described in the EntityFrameworkVersions class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GenerateStoreMetadata() | Generates store metadata and returns any schema errors. |
![]() | GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry^>^) | Generates store metadata and returns any schema errors. |
![]() | GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry^>^, Version^) | Generates store schema definition language (SSDL) and returns any schema errors. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteStoreSchema(String^) | Writes the generated store schema definition language (SSDL) to a file. |
![]() | WriteStoreSchema(XmlWriter^) | Writes the generated store schema definition language (SSDL) to an XmlWriter object. |
No content here will be updated; please do not add material here.
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.


