EdmParameterBag.ParameterName Enumeration
Entity Framework 5.0
An enumeration of parameter names that are used by classes in the Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespace when generating a database from a conceptual model.
Namespace: Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
| Member name | Description | |
|---|---|---|
| SynchronizationContext | The SynchronizationContext that represents the state of the user interface thread in Visual Studio. | |
| AssemblyLoader | The name of the IAssemblyLoader parameter object used to resolve and load an assembly given its name. | |
| TargetVersion | The targeted version of the Entity Framework. | |
| ProviderInvariantName | The invariant name of the provider. | |
| ProviderManifestToken | The provider's manifest token. | |
| ProviderConnectionString | The provider connection string. | |
| DatabaseSchemaName | The name of the schema of the generated database. | |
| DatabaseName | The name of the generated database. | |
| DDLTemplatePath | The path to the text template used to generate data definition language (DDL). | |
| EdmxPath | The path to the .edmx file from which the Generate Database Wizard was launched. |
Show: