DbExpression.FromGeometry Method (DbGeometry)
Creates a DbExpression that represents the specified DbGeometry value, which may be null.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- value
-
Type:
System.Data.Entity.Spatial.DbGeometry
The DbGeometry value on which the returned expression should be based.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionA DbExpression that represents the specified DbGeometry value.