EntityClassGenerator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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#.