SpatialEdmFunctions.IsValidGeometry(DbExpression) Method

Definition

Creates a DbFunctionExpression that invokes the canonical 'IsValidGeometry' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Boolean.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ IsValidGeometry(System::Data::Common::CommandTrees::DbExpression ^ geometryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsValidGeometry (this System.Data.Common.CommandTrees.DbExpression geometryValue);
static member IsValidGeometry : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsValidGeometry (geometryValue As DbExpression) As DbFunctionExpression

Parameters

geometryValue
DbExpression

An expression that specifies the geometry value which should be tested for spatial validity.

Returns

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

Exceptions

geometryValue

geometryValue

Applies to