Sdílet prostřednictvím


SpatialEdmFunctions.CoordinateSystemId(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonické 'CoordinateSystemId' funkce se zadaným argumentem, který musí mít typ výsledku Edm.Geography nebo Edm.Geometry. Typ výsledku výrazu je Edm.Int32.

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

Parametry

spatialValue
DbExpression

Výraz, který určuje hodnotu, ze které se má načíst ID souřadnicového systému (SRID).

Návraty

Nový DbFunctionExpression, který vrátí celočíselnou hodnotu SRID z spatialValue.

Výjimky

spatialValue

spatialValue

Platí pro