EntityStoreSchemaGenerator Class

 

Responsible for Loading Database Schema Information.

Namespace:   System.Data.Entity.Design
Assembly:  System.Data.Entity.Design (in System.Data.Entity.Design.dll)

System::Object
  System.Data.Entity.Design::EntityStoreSchemaGenerator

public ref class EntityStoreSchemaGenerator sealed 

NameDescription
System_CAPS_pubmethodEntityStoreSchemaGenerator(String^, String^, String^)

Initializes a new instance of the EntityStoreSchemaGenerator class.

NameDescription
System_CAPS_pubpropertyEntityContainer

Gets the storage model EntityContainer that was created.

System_CAPS_pubpropertyGenerateForeignKeyProperties

Gets or sets the flag for generating foreign key properties in a storage model.

System_CAPS_pubpropertyStoreItemCollection

Gets the StoreItemCollection that was created.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateStoreSchemaConnection(String^, String^)

Creates an EntityConnection loaded with the providers metadata for the store schema.

System_CAPS_pubmethodSystem_CAPS_staticCreateStoreSchemaConnection(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.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGenerateStoreMetadata()

Generates store metadata and returns any schema errors.

System_CAPS_pubmethodGenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry^>^)

Generates store metadata and returns any schema errors.

System_CAPS_pubmethodGenerateStoreMetadata(IEnumerable<EntityStoreSchemaFilterEntry^>^, Version^)

Generates store schema definition language (SSDL) and returns any schema errors.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWriteStoreSchema(String^)

Writes the generated store schema definition language (SSDL) to a file.

System_CAPS_pubmethodWriteStoreSchema(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.

.NET Framework
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.

Return to top
Show: