Condividi tramite


SpatialEdmFunctions.PointOnSurface(DbExpression) Metodo

Definizione

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

Parametri

geometryValue
DbExpression

Espressione che specifica la superficie geometrica da cui recuperare il punto.

Restituisce

Nuovo DbFunctionExpression che restituisce un punto garantito che si trova sulla superficie geometryValue o null se geometryValue non è una superficie.

Si applica a