Exemplo n.º 1
0
 private static string GetEvaluationError(IQueryElement expr)
 {
     return($"Not implemented evaluation of '{expr.ElementType}': '{expr.ToDebugString()}'.");
 }