EdmParameterBag Class
Entity Framework 5.0
Provides values for the parameters that are defined in the EdmParameterBag.ParameterName enumeration.
Namespace: Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
The EdmParameterBag type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetParameter(Of T) | Returns the value of the parameter for the specified EdmParameterBag.ParameterName. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
The EdmParameterBag is used by the workflow that generates a database from a conceptual model. For more information, see How to: Customize Database Generation (Generate Database Wizard).
Show:
