EdmConstants Class
Entity Framework 5.0
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.
Namespace: Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
The EdmConstants type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | csdlInputName | A read-only field that is the name of the workflow in-argument that represents the incoming conceptual schema definition language (CSDL). |
![]() ![]() | ddlOutputName | A read-only field that is the name of the workflow out-argument that represents the generated data definition language (DDL). |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | mslOutputName | A read-only field that is the name of the workflow out-argument that represents the generated mapping specification language (MSL). |
![]() ![]() | ssdlOutputName | A read-only field that is the name of the workflow out-argument that represents the generated storage schema definition language (SSDL). |
Show:
