SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Metod

Definition

Skapar en DbFunctionExpression som anropar den kanoniska funktionen IsSimpleGeometry med det angivna argumentet, som måste ha resultattypen Edm.Geometry. Resultattypen för uttrycket är 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

Parametrar

geometryValue
DbExpression

Geometrivärdet.

Returer

En ny DbFunctionExpression som returnerar ett booleskt värde som anger om geometryValue är en enkel geometri.

Undantag

geometryValue

geometryValue

Gäller för