Linq to MongoDB Filter
问题 I have a MongoDB collection, listed below: { "_id" : ObjectId("001"), "ticker" : "MSFT=US", "exchange" : "OTC", "localtick" : "MSFT", "compname" : "Microsoft", "currency" : "USD", "insertedtime" : ISODate("2016-06-13T23:10:09.341+0000") } { "_id" : ObjectId("002"), "ticker" : "TSLA=CA", "exchange" : "TSX", "localtick" : "TSLA", , "compname" : "Tesla", "currency" : "CAD", "insertedtime" : ISODate("2016-06-13T23:10:09.809+0000") } But when I try to do a filter in my query: var documents =