SpatialEdmFunctions.SpatialBoundary(DbExpression) Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen SpatialBoundary med det angivna argumentet, som måste ha resultattypen Edm.Geometry. Resultattypen för uttrycket är 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

Parametrar

geometryValue
DbExpression

Ett uttryck som anger det geometrivärde som SpatialBoundary-värdet ska hämtas från.

Returer

En ny DbFunctionExpression som returnerar gränsen för geometryValue.

Undantag

geometryValue

geometryValue

Gäller för