Amazon web services – How can I see the generated query when calling Collection.FindAsync()
You can view Collection.Find(...).ToString() in the Watch window in Visual Studio to see the generated query, but this doesn't work for Collection.FindAsync(...). How can I see the generated query used behind the scenes when calling FindAsync()?