EntityViewGenerator 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 EntityViewGenerator class.
Overloads
EntityViewGenerator() |
Initializes a new instance of the EntityViewGenerator class with a GenerateCSharpCode language option. |
EntityViewGenerator(LanguageOption) |
Initializes a new instance of the EntityViewGenerator class with the specified LanguageOption. |
EntityViewGenerator()
Initializes a new instance of the EntityViewGenerator class with a GenerateCSharpCode language option.
public:
EntityViewGenerator();
public EntityViewGenerator ();
Public Sub New ()
Applies to
EntityViewGenerator(LanguageOption)
Initializes a new instance of the EntityViewGenerator class with the specified LanguageOption.
public:
EntityViewGenerator(System::Data::Entity::Design::LanguageOption languageOption);
public EntityViewGenerator (System.Data.Entity.Design.LanguageOption languageOption);
new System.Data.Entity.Design.EntityViewGenerator : System.Data.Entity.Design.LanguageOption -> System.Data.Entity.Design.EntityViewGenerator
Public Sub New (languageOption As LanguageOption)
Parameters
- languageOption
- LanguageOption
One of the LanguageOption values that specifies the language of the generated code. The default language is C#.