EntityStoreSchemaGenerator Class

Definition

Responsible for Loading Database Schema Information.

public ref class EntityStoreSchemaGenerator sealed
public sealed class EntityStoreSchemaGenerator
type EntityStoreSchemaGenerator = class
Public NotInheritable Class EntityStoreSchemaGenerator
Inheritance
EntityStoreSchemaGenerator

Constructors

EntityStoreSchemaGenerator(String, String, String)

Initializes a new instance of the EntityStoreSchemaGenerator class.

Properties

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

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

Applies to