WizardKind Enumeration

 

An enumeration that provides information about which wizard started an .edmx file generation or update process.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

public enum WizardKind

Member nameDescription
Generate

Indicates that the Entity Data Model Wizard started an .edmx file generation process.

None

Indicates that no wizard started an .edmx file modification process.

UpdateModel

Indicates that the Update Model Wizard started an .edmx file update process.