SpatialEdmFunctions.SpatialConvexHull(DbExpression) Method

Definition

Creates a DbFunctionExpression that invokes the canonical 'SpatialConvexHull' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression SpatialConvexHull (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue);
static member SpatialConvexHull : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialConvexHull (geometryValue As DbExpression) As DbFunctionExpression

Parameters

geometryValue
DbExpression

An expression that specifies the geometry value from which the convex hull value should be retrieved.

Returns

A new DbFunctionExpression that returns the the convex hull for geometryValue.

Applies to