SpatialEdmFunctions.SpatialBoundary(DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "SpatialBoundary" függvényt a megadott argumentummal, amelynek Edm.Geometry eredménytípussal kell rendelkeznie. A kifejezés eredménytípusa 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

Paraméterek

geometryValue
DbExpression

Egy kifejezés, amely megadja azt a geometriai értéket, amelyből a SpatialBoundary értéket le kell kérni.

Válaszok

Egy új DbFunctionExpression, amely a határt geometryValueadja vissza.

Kivételek

geometryValue

geometryValue

A következőre érvényes: