EntityClassGenerator.LanguageOption Property

Definition

Gets or sets a LanguageOption value that indicates the language of the generated code.

public:
 property System::Data::Entity::Design::LanguageOption LanguageOption { System::Data::Entity::Design::LanguageOption get(); void set(System::Data::Entity::Design::LanguageOption value); };
public System.Data.Entity.Design.LanguageOption LanguageOption { get; set; }
member this.LanguageOption : System.Data.Entity.Design.LanguageOption with get, set
Public Property LanguageOption As LanguageOption

Property Value

One of the LanguageOption values. The default is GenerateCSharpCode.

Applies to