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.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbFunctionExpression IsSimpleGeometry(
	this DbExpression geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

The geometry value.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression

A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue is a simple geometry.