SpatialEdmFunctions.SpatialEnvelope(DbExpression) Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen SpatialEnvelope 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 ^ SpatialEnvelope(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialEnvelope(this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member SpatialEnvelope : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialEnvelope (geometryValue As DbExpression) As DbFunctionExpression

Parametrar

geometryValue
DbExpression

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

Returer

En ny DbFunctionExpression som returnerar den minsta avgränsningsrutan för geometryValue.

Undantag

geometryValue

geometryValue

Gäller för