SpatialEdmFunctions.SpatialBoundary(DbExpression) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Skapar en DbFunctionExpression som anropar den kanoniska funktionen SpatialBoundary med det angivna argumentet, som måste ha resultattypen Edm.Geometry. Resultattypen för uttrycket är 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
Parametrar
- geometryValue
- DbExpression
Ett uttryck som anger det geometrivärde som SpatialBoundary-värdet ska hämtas från.
Returer
En ny DbFunctionExpression som returnerar gränsen för geometryValue.
Undantag
geometryValue
geometryValue