Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators Namespace
The Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespace contains class that generates storage model metadata and mapping information from conceptual model metadata.
Class | Description | |
---|---|---|
![]() | CsdlToMsl | Generates mapping specification language (MSL) based on the provided conceptual schema definition language (CSDL). |
![]() | CsdlToSsdl | Generates store schema definition language (SSDL) based on the provided conceptual schema definition language (CSDL). |
![]() | OutputGeneratorActivity | An abstract, base WorkflowElement that allows the transformation of a certain format to another format via code |
Interface | Description | |
---|---|---|
![]() | IGenerateActivityOutput | Interface that is used by OutputGeneratorActivities which performs the bulk of the transformation in-code |