共用方式為


SpatialEdmFunctions 類別

定義

提供 API 來建構 DbExpression 可叫用空間實作標準 EDM 函式的 ,並在適當情況下允許該 API 存取為運算式類型本身上的擴充方法。

public static class SpatialEdmFunctions
type SpatialEdmFunctions = class
Public Module SpatialEdmFunctions
繼承
SpatialEdmFunctions

方法

Area(DbExpression)

建立會使用指定之引數叫用標準 'Area' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

AsBinary(DbExpression)

建立會使用指定之引數叫用標準 'AsBinary' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Binary。

AsGml(DbExpression)

建立會使用指定之引數叫用標準 'AsGml' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

AsText(DbExpression)

建立會使用指定之引數叫用標準 'AsText' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

Centroid(DbExpression)

建立會使用指定引數叫用標準 'Centroid' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

CoordinateSystemId(DbExpression)

建立會使用指定之引數叫用標準 'CoordinateSystemId' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

Distance(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'Distance' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果類型為 Edm.Double。

Elevation(DbExpression)

建立會使用指定之引數叫用標準 'Elevation' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

EndPoint(DbExpression)

建立會使用指定之引數叫用標準 'EndPoint' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 結果類型與 spatialValue 的結果類型相同。

ExteriorRing(DbExpression)

建立會使用指定引數叫用標準 'ExteriorRing' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

GeographyCollectionFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyCollectionFromBinary' 函式的 DbFunctionExpression。 geographyCollectionWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyCollectionFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyCollectionFromText' 函式的 DbFunctionExpression。 geographyCollectionWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyFromBinary(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromBinary' 函式的 DbFunctionExpression,其中的引數必須具有二進位結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromBinary' 函式的 DbFunctionExpression。 wellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression。 geographyMarkup 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyFromText(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromText' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。 其值是基礎提供者的預設座標系統 ID (SRID)。

GeographyFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromText' 函式的 DbFunctionExpression。 wellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyLineFromBinary' 函式的 DbFunctionExpression。 lineWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyLineFromText' 函式的 DbFunctionExpression。 lineWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiLineFromBinary' 函式的 DbFunctionExpression。 multiLineWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiLineFromText' 函式的 DbFunctionExpression。 multiLineWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPointFromBinary' 函式的 DbFunctionExpression。 multiPointWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPointFromText' 函式的 DbFunctionExpression。 multiPointWellKnownText 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPolygonFromBinary' 函式的 DbFunctionExpression。 multiPolygonWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyMultiPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyMultiPolygonFromText' 函式的 DbFunctionExpression。 multiPolygonWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPointFromBinary' 函式的 DbFunctionExpression。 pointWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyPointFromText(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'GeographyPointFromText' 函式的 DbFunctionExpression

GeographyPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPolygonFromBinary' 函式的 DbFunctionExpression。 polygonWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyPolygonFromText' 函式的 DbFunctionExpression。 polygonWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeometryCollectionFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryCollectionFromBinary' 函式的 DbFunctionExpression。 geometryCollectionWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryCollectionFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryCollectionFromText' 函式的 DbFunctionExpression。 geometryCollectionWellKnownText 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryFromBinary(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromBinary' 函式的 DbFunctionExpression,其中的引數必須具有二進位結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromBinary' 函式的 DbFunctionExpression。 wellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geometry。

GeometryFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromGml' 函式的 DbFunctionExpression。 geometryMarkup 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryFromText(DbExpression)

建立會使用指定引數叫用標準 'GeometryFromText' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geometry。 其值是基礎提供者的預設座標系統 ID (SRID)。

GeometryFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryFromText' 函式的 DbFunctionExpression。 wellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryLineFromBinary' 函式的 DbFunctionExpression。 lineWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryLineFromText' 函式的 DbFunctionExpression。 lineWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiLineFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiLineFromBinary' 函式的 DbFunctionExpression。 multiLineWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiLineFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiLineFromText' 函式的 DbFunctionExpression。 multiLineWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPointFromBinary' 函式的 DbFunctionExpression。 multiPointWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPointFromText' 函式的 DbFunctionExpression。 multiPointWellKnownText 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPolygonFromBinary' 函式的 DbFunctionExpression。 multiPolygonWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryMultiPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryMultiPolygonFromText' 函式的 DbFunctionExpression。 multiPolygonWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryPointFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPointFromBinary' 函式的 DbFunctionExpression。 pointWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryPointFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPointFromText' 函式的 DbFunctionExpression。 pointWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryPolygonFromBinary(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPolygonFromBinary' 函式的 DbFunctionExpression。 polygonWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

GeometryPolygonFromText(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeometryPolygonFromText' 函式的 DbFunctionExpression。 polygonWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。

InteriorRingAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'InteriorRingAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果型別為 Edm.Geometry。

InteriorRingCount(DbExpression)

建立會使用指定引數叫用標準 'InteriorRingCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

IsClosedSpatial(DbExpression)

建立會使用指定之引數叫用標準 'IsClosedSpatial' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 結果型別是 Edm.Boolean。

IsEmptySpatial(DbExpression)

建立會使用指定之引數叫用標準 'IsEmptySpatial' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果型別為 Edm.Boolean。

IsRing(DbExpression)

建立會使用指定引數叫用標準 'IsRing' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 結果型別是 Edm.Boolean。

IsSimpleGeometry(DbExpression)

建立會使用指定引數叫用標準 'IsSimpleGeometry' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

IsValidGeometry(DbExpression)

建立會使用指定引數叫用標準 'IsValidGeometry' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

Latitude(DbExpression)

建立會使用指定引數叫用標準 'Latitude' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 結果型別。 運算式的結果類型為 Edm.Double。

Longitude(DbExpression)

建立會使用指定引數叫用標準 'Longitude' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 結果型別。 運算式的結果類型為 Edm.Double。

Measure(DbExpression)

建立會使用指定之引數叫用標準 'Measure' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

PointAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'PointAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geography 或 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果類型與 spatialValue 的結果類型相同。

PointCount(DbExpression)

建立會使用指定之引數叫用標準 'PointCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Int32。

PointOnSurface(DbExpression)

建立會使用指定引數叫用標準 'PointOnSurface' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialBoundary(DbExpression)

建立會使用指定引數叫用標準 'SpatialBoundary' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialBuffer(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialBuffer' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 以及 Edm.Double 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialContains(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialContains' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialConvexHull(DbExpression)

建立會使用指定引數叫用標準 'SpatialConvexHull' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialCrosses(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialCrosses' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialDifference(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialDifference' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果類型與 spatialValue1 和 spatialValue2 的類型相同。

SpatialDimension(DbExpression)

建立會使用指定之引數叫用標準 'SpatialDimension' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Int32。

SpatialDisjoint(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialDisjoint' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果型別為 Edm.Boolean。

SpatialElementAt(DbExpression, DbExpression)

建立會使用指定的引數叫用標準 'SpatialElementAt' 函式的 DbFunctionExpression。 第一個引數必須有 Edm.Geography 或 Edm.Geometry 結果型別。 第二個引數必須有整數數值結果型別。 運算式的結果類型與 spatialValue 的結果類型相同。

SpatialElementCount(DbExpression)

建立會使用指定之引數叫用標準 'SpatialElementCount' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Int32。

SpatialEnvelope(DbExpression)

建立會使用指定引數叫用標準 'SpatialEnvelope' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Geometry。

SpatialEquals(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialEquals' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果型別為 Edm.Boolean。

SpatialIntersection(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialIntersection' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果類型與 spatialValue1 和 spatialValue2 的類型相同。

SpatialIntersects(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialIntersects' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果型別為 Edm.Boolean。

SpatialLength(DbExpression)

建立會使用指定之引數叫用標準 'SpatialLength' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry結果型別。 運算式的結果類型為 Edm.Double。

SpatialOverlaps(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialOverlaps' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialRelate(DbExpression, DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialRelate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 和字串結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialSymmetricDifference(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialSymmetricDifference' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果類型與 spatialValue1 和 spatialValue2 的類型相同。

SpatialTouches(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialTouches' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

SpatialTypeName(DbExpression)

建立會使用指定之引數叫用標準 'SpatialTypeName' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.String。

SpatialUnion(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialUnion' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 spatialValue1 的結果類型必須符合 spatialValue2 的結果類型。 運算式的結果類型與 spatialValue1 和 spatialValue2 的類型相同。

SpatialWithin(DbExpression, DbExpression)

建立會使用指定之引數叫用標準 'SpatialWithin' 函式的 DbFunctionExpression,其中每個引數都必須具有 Edm.Geometry 結果型別。 運算式的結果型別為 Edm.Boolean。

StartPoint(DbExpression)

建立會使用指定之引數叫用標準 'StartPoint' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geography 或 Edm.Geometry 結果型別。 結果類型與 spatialValue 的結果類型相同。

XCoordinate(DbExpression)

建立會使用指定引數叫用標準 'XCoordinate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

YCoordinate(DbExpression)

建立會使用指定引數叫用標準 'YCoordinate' 函式的 DbFunctionExpression,其中的引數必須具有 Edm.Geometry 結果型別。 運算式的結果類型為 Edm.Double。

適用於