Description
This works
Poject(p=> p.PropertyName??"") |
But in the where clause of a LINQ query
where string.IsNullOrEmpty(product.PropertyName??"") |
I get the error
InvalidOperationException: ({document}{propertyName} ?? "") is not supported.
|
MongoDB.Driver.Linq.Translators.PredicateTranslator.GetFieldExpression(Expression expression)
|