EntityClassGenerator Constructors

Definition

Initializes a new instance of the EntityClassGenerator class.

Overloads

EntityClassGenerator()

Initializes a new instance of the EntityClassGenerator class with a GenerateCSharpCode language option.

EntityClassGenerator(LanguageOption)

Initializes a new instance of the EntityClassGenerator class with the specified LanguageOption.

EntityClassGenerator()

Initializes a new instance of the EntityClassGenerator class with a GenerateCSharpCode language option.

public:
 EntityClassGenerator();
public EntityClassGenerator ();
Public Sub New ()

Applies to

EntityClassGenerator(LanguageOption)

Initializes a new instance of the EntityClassGenerator class with the specified LanguageOption.

public:
 EntityClassGenerator(System::Data::Entity::Design::LanguageOption languageOption);
public EntityClassGenerator (System.Data.Entity.Design.LanguageOption languageOption);
new System.Data.Entity.Design.EntityClassGenerator : System.Data.Entity.Design.LanguageOption -> System.Data.Entity.Design.EntityClassGenerator
Public Sub New (languageOption As LanguageOption)

Parameters

languageOption
LanguageOption

A LanguageOption value that specifies the language of the generated code. The default language is C#.

Applies to