-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Linq
-
None
-
(copied to CRM)
I am using oData and trying to filter the nested document's property. Filtering property on the root level works fine. When I start to filter state, I get an exception
"(IIF((
{document} {State}== null), null, Convert(
{Address.State})) == True) is not supported."
{
"_id" : ObjectId("5a26b43b38a9447d8032e8a2"),
"personId" : UUID("50aa744d-95c3-4b77-9ffe-b2593c6d9732"),
"address" :
}
- duplicates
-
CSHARP-1771 Support IIF method (i.e. ternary operator) in LINQ
- Closed