Sdílet prostřednictvím


SpatialEdmFunctions.Centroid(DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonickou funkci Centroid 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 ^ Centroid(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Centroid (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member Centroid : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Centroid (geometryValue As DbExpression) As DbFunctionExpression

Parametry

geometryValue
DbExpression

Výraz, který určuje hodnotu povrchu geometrie, ze které má být centroid načten.

Návraty

Nový DbFunctionExpression, který vrátí buď centroid bod geometryValue (který nemusí být na samotném povrchu) nebo null pokud geometryValue není povrch.

Výjimky

geometryValue

geometryValue

Platí pro