How can we pass input1 as a list of objects and check a specific property from all objects? #372
Unanswered
manjits1991
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to use linq "Expression": "input1.All(x => x..country != null)" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I pass input1 as a List of objects and check specific property not null in all objects of that list?
Beta Was this translation helpful? Give feedback.
All reactions