BaseCodeGeneratorWithSite Constructor
[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.]
Initializes a new instance of the BaseCodeGeneratorWithSite class.
Namespace: Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New BaseCodeGeneratorWithSite()
protected BaseCodeGeneratorWithSite()
protected:
BaseCodeGeneratorWithSite()
new : unit -> BaseCodeGeneratorWithSite
protected function BaseCodeGeneratorWithSite()
See Also
Reference
BaseCodeGeneratorWithSite Class
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace