I have many complex queries that I sometimes wish to check directly against Mongo for debugging \\ explaining() purposes. With the newer 2.0+ c# driver, i\'m not sure how t
You are able to perform that using the collection's properties:
var result = filter.Render(collection.DocumentSerializer, collection.Settings.SerializerRegistry).ToString();