EdmExtension Class
Entity Framework 5.0
Provides helper methods to classes in the Microsoft.Data.Entity.Design.DatabaseGeneration, Microsoft.Data.Entity.Design.DatabaseGeneration.Activities, and Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespaces for generating and validating ItemCollections.
Namespace: Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
The EdmExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAndValidateEdmItemCollection | Converts a string representation of conceptual schema definition language (CSDL) to an EdmItemCollection and validates it. |
![]() ![]() | CreateAndValidateStoreItemCollection | Converts a string representation of store schema definition language (SSDL) to a StoreItemCollection and validates it. |
![]() ![]() | CreateStoreItemCollection | Converts a string representation of store schema definition language (SSDL) to a StoreItemCollection. |
![]() ![]() | GetInvalidCharsException | Returns a localized exception from the database generation process if the name supplied in the store schema definition language (SSDL) contains invalid characters for the target database. |
Show:
