다음을 통해 공유


ObjectQuery<T>.Intersect(ObjectQuery<T>) 메서드

정의

이 쿼리 작성기 메서드는 결과가 이 쿼리와 지정된 다른 쿼리 모두에 있는 쿼리인 새 쿼리를 만듭니다.

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

매개 변수

query
ObjectQuery<T>

교차할 결과를 나타내는 쿼리입니다.

반환

새 ObjectQuery instance.

예외

쿼리 매개 변수가 null이면 입니다.

적용 대상