SpatialEdmFunctions.SpatialBoundary(DbExpression) Método

Definición

Crea un objeto DbFunctionExpression que invoca la función 'SpatialBoundary' canónica con el argumento especificado, que debe tener un tipo de resultado Edm.Geometry. El tipo de resultado de la expresión es 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

Parámetros

geometryValue
DbExpression

Una expresión que especifica el valor de geometría del que se debe recuperar el valor de SpatialBoundary.

Devoluciones

Nuevo elemento DbFunctionExpression que devuelve el límite de geometryValue.

Excepciones

geometryValue

geometryValue

Se aplica a