I am querying entity records based on case number which is giving me output in Ilist entity variable and count of data in list is 5. list has one column named “Transfer Status” and Value should be “Success”. if all 5 record value in list is success i want to set one bool variable to true else false. I was trying to achieve this using LINQ query.
Can anyone please give this or tell me how to do this ?