SpatialEdmFunctions.SpatialSymmetricDifference 메서드

정의

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

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

매개 변수

spatialValue1
DbExpression

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

spatialValue2
DbExpression

대칭 차이를 spatialValue1 계산해야 하는 공간 값을 지정하는 식입니다.

반품

의 대칭 차이를 spatialValue2spatialValue1나타내는 기하 도형 값을 반환하는 새 DbFunctionExpression입니다.

예외

spatialValue1 spatialValue2

spatialValue1 spatialValue2

적용 대상