Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace
The Microsoft.Data.Entity.Design.DatabaseGeneration.Activities namespace contains classes that manages the activities for entity design.
Class | Description | |
---|---|---|
![]() | CsdlToSsdlAndMslActivity | A Windows Workflow activity that generates a storage model and mapping information based on a conceptual model. |
![]() | SsdlToDdlActivity | SsdlToDdlActivity that allows the transformation of SSDL to DDL using a TemplateActivity. NOTE that this class should avoid any dependencies on any instance types (especially types instantiated by the Entity Designer) in the Microsoft.Data.Entity.Design.* namespace except for Microsoft.Data.Entity.Design.CreateDatabase. This class exists in this project because of VS dependencies. |