SpatialEdmFunctions.YCoordinate(DbExpression) Methode

Definitie

Hiermee maakt u een DbFunctionExpression functie die de canonieke functie YCoördinaat aanroept met het opgegeven argument, dat een resultaattype Edm.Geometry moet hebben. Het resultaattype van de expressie is Edm.Double.

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

Parameters

geometryValue
DbExpression

Een expressie waarmee de meetpuntwaarde wordt opgegeven waaruit de coördinaatwaarde Y moet worden opgehaald.

Retouren

Een nieuwe DbFunctionExpression die de coördinaatwaarde Y retourneert of geometryValuenull als geometryValue dit geen punt is.

Uitzonderingen

geometryValue

geometryValue

Van toepassing op