ObjectQuery<T>.Distinct Method ()
Limits the query to unique results.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.Core.Objects.ObjectQuery<T>A new ObjectQuery<T> instance that is equivalent to the original instance with SELECT DISTINCT applied.