ObjectQuery<T>.Distinct Yöntem

Tanım

Sorguyu benzersiz sonuçlarla sınırlar.

public System.Data.Entity.Core.Objects.ObjectQuery<T> Distinct();
member this.Distinct : unit -> System.Data.Entity.Core.Objects.ObjectQuery<'T>
Public Function Distinct () As ObjectQuery(Of T)

Döndürülenler

SELECT DISTINCT uygulanmış özgün örneğe eşdeğer yeni ObjectQuery<T> bir örnek.

Şunlara uygulanır