Click or drag to resize

CompilationExceptionGeneratedClassCode Property

Class code that was generated from Evaluator and attempted to be compiled. Useful for troubleshooting compile error by seeing how Evaluator used specified values when generating code for compilation.

Namespace:  Data.Eval.Compilation
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public string GeneratedClassCode { get; set; }

Property Value

Type: String
See Also