SpatialEdmFunctions.SpatialBoundary(DbExpression) Methode

Definitie

Hiermee maakt u een DbFunctionExpression die de canonieke functie SpatialBoundary aanroept met het opgegeven argument, dat een resultaattype Edm.Geometry moet hebben. Het resultaattype van de expressie is Edm.Geometry.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialBoundary(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBoundary(this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member SpatialBoundary : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialBoundary (geometryValue As DbExpression) As DbFunctionExpression

Parameters

geometryValue
DbExpression

Een expressie waarmee de geometriewaarde wordt opgegeven waaruit de SpatialBoundary-waarde moet worden opgehaald.

Retouren

Een nieuwe DbFunctionExpression die de grens voor geometryValueretourneert.

Uitzonderingen

geometryValue

geometryValue

Van toepassing op