EdmConstants Members

Include Protected Members
Include Inherited Members

Defines constants that are used by classes in the Microsoft.Data.Entity.Design.DatabaseGeneration, Microsoft.Data.Entity.Design.DatabaseGeneration.Activities, and Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespaces when generating a database from a conceptual model.

The EdmConstants type exposes the following members.

Constructors

  Name Description
Public method EdmConstants Instantiates a new instance of the EdmConstants class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member csdlInputName A read-only field that is the name of the workflow in-argument that represents the incoming conceptual schema definition language (CSDL).
Public fieldStatic member ddlOutputName A read-only field that is the name of the workflow out-argument that represents the generated data definition language (DDL).
Public fieldStatic member existingMslInputName A read-only field that is the name of the workflow in-argument that represents the incoming mapping specification language (MSL), if it exists.
Public fieldStatic member existingSsdlInputName A read-only field that is the name of the workflow in-argument that represents the incoming storage schema definition language (SSDL), if it exists.
Public fieldStatic member mslOutputName A read-only field that is the name of the workflow out-argument that represents the generated mapping specification language (MSL).
Public fieldStatic member ssdlOutputName A read-only field that is the name of the workflow out-argument that represents the generated storage schema definition language (SSDL).

Top

See Also

Reference

EdmConstants Class

Microsoft.Data.Entity.Design.DatabaseGeneration Namespace