SpatialEdmFunctions.SpatialIntersects(DbExpression, DbExpression) 메서드

정의

DbFunctionExpression 각각 Edm.Geography 또는 Edm.Geometry 결과 형식이 있어야 하는 지정된 인수를 사용하여 정식 'SpatialIntersects' 함수를 호출하는 함수를 만듭니다. 결과 형식은 .의 spatialValue1 결과 형식 spatialValue2과 일치해야 합니다. 식의 결과 형식은 Edm.Boolean입니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialIntersects(System::Data::Common::CommandTrees::DbExpression ^ spatialValue1, System::Data::Common::CommandTrees::DbExpression ^ spatialValue2);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialIntersects(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2);
static member SpatialIntersects : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialIntersects (spatialValue1 As DbExpression, spatialValue2 As DbExpression) As DbFunctionExpression

매개 변수

spatialValue1
DbExpression

첫 번째 공간 값을 지정하는 식입니다.

spatialValue2
DbExpression

교집합에 대해 비교 spatialValue1 해야 하는 공간 값을 지정하는 식입니다.

반품

교차 여부를 spatialValue1spatialValue2 나타내는 부울 값을 반환하는 새 DbFunctionExpression입니다.

예외

spatialValue1 spatialValue2

spatialValue1 spatialValue2

적용 대상