Allow dynamically created Expression<Func<>> to be used in a Mongo Linq query

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Trivial - P5
    • 2.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      var filter = FilterBuilder.BuildExpressionFilter<BetPurchase>()

      var query = _storage.AsQueryable()
      .Where(p => p.Selections.AsQueryable().Where(filter).Any());

      This won't work because AsQueryable is not supported.

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

              Created:
              Updated:
              Resolved: