Having some problems returning requests from Mongo to Id when this is a guide. I have a really stupid test class, its just open Guid Id {get; set}. I create a collection and insert this test class. In the shell, I see it as
{ "_id" : BinData(3,"9q+FwoU/RE2+Iq3w7hK1JA==") }
Then i try to do
var query = Query.EQ("Id", Id);
If I look in the debugger, it displays as
{ "Id" : CSUUID("c285aff6-3f85-4d44-be22-adf0ee12b524") }
However, it does not return anything. Did I miss something obvious here? Also, note that the shell does not know what CSUUID is .. is there any way to enable this? CentOS server, if it is important ...
source share