how can i write the below code in c#. Thanks
{
$lookup:
},
{$unwind: "$docs"},
{ $match:
,
"docs.BrandID" : {$in: [828.0, 33.0, 238.0]},
"docs.firstName" : {$in: ["Bruce", "Asddss"]}
}
}
how can i write the below code in c#. Thanks
{
$lookup:
},
{$unwind: "$docs"},
{ $match:
,
"docs.BrandID" : {$in: [828.0, 33.0, 238.0]},
"docs.firstName" : {$in: ["Bruce", "Asddss"]}
}
}