var result = entityCollection.Entities.Select(x => ((EntityReference)x.Attributes["cfr_contact"]).Id).Distinct();
Visual Studio
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)