EntityStoreSchemaGenerator Methods
.NET Framework 4.5
The EntityStoreSchemaGenerator type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
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. |