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)

[SuppressMessageAttribute("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible", 
	Justification = "Changing this would affect the public .tt files")]
public enum ParameterName

Member nameDescription
AssemblyLoader

The name of the IAssemblyLoader parameter object used to resolve and load an assembly given its name.

DatabaseName

The name of the generated database.

DatabaseSchemaName

The name of the schema 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.

ProviderConnectionString

The provider connection string.

ProviderInvariantName

The invariant name of the provider.

ProviderManifestToken

The provider's manifest token.

SynchronizationContext

The SynchronizationContext that represents the state of the user interface thread in Visual Studio.

TargetVersion

The targeted version of the Entity Framework.