SpatialEdmFunctions.SpatialDimension(DbExpression) Methode

Definition

Erstellt einen DbFunctionExpression, der die kanonische SpatialDimension-Funktion mit dem angegebenen Argument aufruft, das den Ergebnistyp Edm.Geography oder Edm.Geometry aufweisen muss. Der Ergebnistyp des Ausdrucks ist „Edm.Int32“.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ SpatialDimension(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDimension (this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member SpatialDimension : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function SpatialDimension (spatialValue As DbExpression) As DbFunctionExpression

Parameter

spatialValue
DbExpression

Ein Ausdruck, der den Wert angibt, aus dem der Dimensionswert abgerufen werden soll.

Gibt zurück

Ein neues DbFunctionExpression, das den Dimensionswert von spatialValue zurückgibt.

Ausnahmen

spatialValue

spatialValue

Gilt für: