EdmParameterBag Class
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)
Syntax
'Declaration
Public Class EdmParameterBag
'Usage
Dim instance As EdmParameterBag
public class EdmParameterBag
public ref class EdmParameterBag
public class EdmParameterBag
Remarks
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).
Inheritance Hierarchy
System.Object
Microsoft.Data.Entity.Design.DatabaseGeneration.EdmParameterBag
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Data.Entity.Design.DatabaseGeneration Namespace