I assume you mean distinct rows, right?
If so, if you are fetching an EntityCollection then Entities will be distinct inside the collection by default, unless you specify EntityCollection.DoNotPerformAddIfPresent = false
Else if your fetching a TypedList or a TypedView, use false for allaowDuplicates parameter found on the fetch methods.