SpatialEdmFunctions.SpatialBoundary(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'SpatialBoundary' 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 ^ SpatialBoundary(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBoundary (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member SpatialBoundary : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialBoundary (geometryValue As DbExpression) As DbFunctionExpression

Parametri

geometryValue
DbExpression

Espressione che specifica il valore geometrico da cui recuperare il valore SpatialBoundary.

Restituisce

Nuovo DbFunctionExpression che restituisce il limite per geometryValue.

Eccezioni

geometryValue

geometryValue

Si applica a