Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-832

why does Explain() not work on Find set of methods

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 1.8.2
    • Component/s: Documentation
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      var result = someCollection.AsQueryable<SomeType> ().Where(somecondition).Explain();

      the above works where as

      var result = someCollection.FindAs<SomeType> ().Where(somecondition).Explain();

      will not

      I would expect the explain to be available here as well or did I get something wrong ?

            Assignee:
            Unassigned Unassigned
            Reporter:
            ashutosh Ashutosh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: