EntityDesignerBuildProvider::GenerateCode Method (AssemblyBuilder^)

 

Generates C# or Visual Basic code based on the model and mapping portions of an .edmx file.

Namespace:   System.Data.Entity.Design.AspNet
Assembly:  System.Data.Entity.Design (in System.Data.Entity.Design.dll)

public:
virtual void GenerateCode(
	AssemblyBuilder^ assemblyBuilder
) override

Parameters

assemblyBuilder
Type: System.Web.Compilation::AssemblyBuilder^

A container for building an assembly.

This method is intended to be called only by the ASP.NET compiler.

.NET Framework
Available since 3.5
Return to top
Show: