[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the code generation. Thus controls whether or not the engine generates code for access to event property values.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Property CodeGeneration As CodeGenerationEnum
C#
public virtual ConfigurationEventTypeLegacy.CodeGenerationEnum CodeGeneration { get; set; }
Visual C++
public:
virtual property CodeGenerationEnum CodeGeneration {
	CodeGenerationEnum get ();
	void set (CodeGenerationEnum value);
}

Field Value

The code generation.