DISTINCT!!! (Urgent)

Posts   
 
    
Posts: 14
Joined: 09-Sep-2007
# Posted on: 24-Oct-2007 14:41:21   

How can I make distinct search for collection with code????

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 24-Oct-2007 16:41:36   

The question is not clear. Please provide more details.

jmeckley
User
Posts: 403
Joined: 05-Jul-2006
# Posted on: 24-Oct-2007 18:40:52   

by defination collections represent unique rows, so distinct doesn't apply. distinct only works on typed/dynamic lists and projections.

you could use projection to get a distinct list and project it onto an entity collection.