다음을 통해 공유


DbExpressionBuilder.Intersect(DbExpression, DbExpression) 메서드

정의

왼쪽 및 오른쪽 집합 인수의 교집합을 계산하는 새 DbIntersectExpression을 만듭니다.

public static System.Data.Entity.Core.Common.CommandTrees.DbIntersectExpression Intersect (this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member Intersect : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbIntersectExpression
<Extension()>
Public Function Intersect (left As DbExpression, right As DbExpression) As DbIntersectExpression

매개 변수

left
DbExpression

왼쪽 집합 인수를 정의하는 식입니다.

right
DbExpression

오른쪽 집합 인수를 정의하는 식입니다.

반환

왼쪽 및 오른쪽 인수의 교집합을 나타내는 새 DbIntersectExpression입니다.

예외

왼쪽 또는 오른쪽이 null입니다.

왼쪽 또는 오른쪽 사이에 공통 컬렉션 결과 형식이 없습니다.

적용 대상