Sdílet prostřednictvím


SpatialEdmFunctions.PointOnSurface(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'PointOnSurface' funkce se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je Edm.Geometry.

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

Parametry

geometryValue
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrací buď bod zaručený být na geometrii povrchuHodnotu nebo null, pokud geometryValue není povrch.

Platí pro