C# Build Expression tree based on Conditional operator to use with MongoDB filter
I am building an expression tree based on the conditional operator but I am unable to get the required filter working with MongoDb function.
I am building an expression tree based on the conditional operator but I am unable to get the required filter working with MongoDb function.