AddArtifactGeneratorWizard.RunFinished Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub RunFinished
'Usage
Dim instance As AddArtifactGeneratorWizard

instance.RunFinished()
public void RunFinished()
public:
virtual void RunFinished() sealed
abstract RunFinished : unit -> unit  
override RunFinished : unit -> unit
public final function RunFinished()

Implements

IWizardRunFinished

See Also

Reference

AddArtifactGeneratorWizard Class

Microsoft.Data.Entity.Design.VisualStudio.ModelWizard Namespace