LINQ Provider Needs to Support string.CompareTo for String Comparisons

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.1
    • Affects Version/s: None
    • Component/s: LINQ
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Need to support the string comparison operator for when users would like to, for example, find all people whose names are greater than John.

      var results = collection.AsQueryable().Where(x => x.Name.CompareTo("John") > 0);
      

            Assignee:
            Craig Wilson
            Reporter:
            Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: