LanguageOption Enum

Definition

Used by the code generation command line tools and tools in Visual Studio to generate strongly typed client-side objects for communicating with data services.

public enum class LanguageOption
public enum LanguageOption
type LanguageOption = 
Public Enum LanguageOption
Inheritance
LanguageOption

Fields

GenerateCSharpCode 0

Generates C# code.

GenerateVBCode 1

Generates Visual Basic code.

Remarks

This class is not intended for public use and is used by the code generation command line tools and tools in Visual Studio to generate strongly typed client-side objects for communicating with data services.

Applies to