Exemplo n.º 1
0
 public static string ToCode(this Condition c)
 {
     var m = new ExportQueryModel();
     return m.ToString(c);
 }