Sdílet prostřednictvím


SpatialEdmFunctions.SpatialTypeName(DbExpression) Metoda

Definice

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

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

Parametry

spatialValue
DbExpression

Výraz, který určuje hodnotu, ze které by měl být načten název typu geometrie.

Návraty

Nový DbFunctionExpression, který vrací řetězec Název typu geometrie z spatialValue.

Výjimky

spatialValue

spatialValue

Platí pro