Click or drag to resize

EvaluatorDebugFileOutputName Property

If set, the definition of the internal evaluation class will be saved out to this file upon the first call to Exec or Eval. This file can be used to troubleshoot syntax errors.

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

Property Value

Type: String
See Also