Sdílet prostřednictvím


SpatialEdmFunctions.YCoordinate(DbExpression) Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci YCoordinate se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je 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

Parametry

geometryValue
DbExpression

Výraz, který určuje hodnotu bodu geometrie, ze které se má načíst souřadnicová hodnota Y.

Návraty

Nový DbFunctionExpression, který vrátí buď Y koordinovanou hodnotu geometryValue nebo null pokud geometryValue není bod.

Výjimky

geometryValue

geometryValue

Platí pro