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

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

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor - P4 Minor - P4
    • None
    • 1.8.2
    • Documentation

    Description

      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 ?

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: