Hello,
I have two collections, PlannedVisits and CompletedVisits. What I want to do is remove the visit from the PlannedVisits collection if the visit is in the CompletedVisits collection. Both Collections will have VisitID and LineNumber columns.
I've tried using a ForAll on the PlannedVisits collection and then Filter the CompletedVisits collection and tried a RemoveIf with a filter in the condition, with no success.
I will really appreciate if anyone can let me know how to do this.
Thank you

Report
All responses (
Answers (