Sdílet prostřednictvím


SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonickou funkci IsSimpleGeometry se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je Edm.Boolean.

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

Parametry

geometryValue
DbExpression

Hodnota geometrie.

Návraty

Nový DbFunctionExpression, který vrací logickou hodnotu označující, zda geometryValue je jednoduchá geometrie.

Výjimky

geometryValue

geometryValue

Platí pro