SpatialEdmFunctions.IsSimpleGeometry Method (DbExpression)
Creates a DbFunctionExpression that invokes the canonical 'IsSimpleGeometry' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Boolean.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- geometryValue
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The geometry value.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpressionA new DbFunctionExpression that returns a Boolean value indicating whether geometryValue is a simple geometry.