This topic has not yet been rated - Rate this topic

EntityStoreSchemaGenerator Methods

The EntityStoreSchemaGenerator type exposes the following members.

  Name Description
Public method Static member CreateStoreSchemaConnection(String, String) Creates an EntityConnection loaded with the providers metadata for the store schema.
Public method Static member 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.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GenerateStoreMetadata() Generates store metadata and returns any schema errors.
Public method GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry>) Generates store metadata and returns any schema errors.
Public method GenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry>, Version) Generates store schema definition language (SSDL) and returns any schema errors.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method WriteStoreSchema(String) Writes the generated store schema definition language (SSDL) to a file.
Public method WriteStoreSchema(XmlWriter) Writes the generated store schema definition language (SSDL) to an XmlWriter object.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.