SpatialEdmFunctions.SpatialConvexHull(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'SpatialConvexHull' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geometry. Il tipo di risultato dell'espressione è 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

Parametri

geometryValue
DbExpression

Espressione che specifica il valore geometrico da cui recuperare il valore della struttura convessa.

Restituisce

Nuovo DbFunctionExpression che restituisce l'hull convesso per geometryValue.

Eccezioni

geometryValue

geometryValue

Si applica a