I am having the ListAllUsers . User having propeorty id(as Guid),name(as String),address(as String). I am having another List ids of users id which are selected from ui. I want to get List selectedUsers, where ids from AllUsers. I am trying to fetch it by LINQ. can i do this by single statement , without multiple itterations? how?
I am having the ListAllUsers . User having propeorty id(as Guid),name(as String),address(as String). I
Share
If I understand your question correctly, you can do something like: