Sdílet prostřednictvím


SpatialEdmFunctions.SpatialConvexHull(DbExpression) Metoda

Definice

Vytvoří, DbFunctionExpression který vyvolá kanonickou funkci SpatialConvexHull se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je Edm.Geometry.

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

Parametry

geometryValue
DbExpression

Výraz, který určuje hodnotu geometrie, ze které se má načíst konvexní hodnota trupu.

Návraty

Nový DbFunctionExpression, který vrací konvexní trup pro geometryValue.

Výjimky

geometryValue

geometryValue

Platí pro