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