EdmParameterBag.ParameterName Enumeration
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)
Syntax
'Declaration
Public Enumeration ParameterName
'Usage
Dim instance As EdmParameterBag.ParameterName
public enum ParameterName
public enum class ParameterName
public enum ParameterName
Members
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. |
See Also
Reference
Microsoft.Data.Entity.Design.DatabaseGeneration Namespace