MongoDb C# Typed Aggregations with Group Unwind and Project

前端 未结 2 827
孤城傲影
孤城傲影 2021-01-14 07:10

I have a collection like this:

[{
  \"_id\": 1,
  \"OtherProperties\": 100
  \"PersonInventory\": [{
    \"FirstName\": \"Joe\",
    \"MiddleName\": \"Bob\",         


        
2条回答
  •  死守一世寂寞
    2021-01-14 08:15

    I did some digging on the mongodb Jira pages, it looks like there isn't support for the variable $$ROOT, so the above queries are not supported.

提交回复
热议问题