다음을 통해 공유


ObjectQuery<T>.Distinct 메서드

정의

결과가 고유하도록 쿼리를 제한합니다.

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)

반환

원래 인스턴스에 SELECT DISTINCT가 적용된 것과 동일한 새 ObjectQuery<T> 인스턴스입니다.

적용 대상