Sdílet prostřednictvím


SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Metoda

Definice

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

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression IsSimpleGeometry (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue);
static member IsSimpleGeometry : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsSimpleGeometry (geometryValue As DbExpression) As DbFunctionExpression

Parametry

geometryValue
DbExpression

Hodnota geometrie.

Návraty

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

Platí pro