Allow constant to appear on either side of comparison operator in LINQ queries

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Minor - P4
    • 1.4.1
    • Affects Version/s: 1.4
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Treat the following as equivalent:

      from c in collection.AsQueryable<C>() where c.X > 0 select c;
      from c in collection.AsQueryable<C>() where 0 < c.X select c;

      and similarly for other operators.

              Assignee:
              Robert Stam
              Reporter:
              Robert Stam
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: