Sdílet prostřednictvím


SpatialEdmFunctions.IsValidGeometry(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'IsValidGeometry' funkce se zadaným argumentem, který musí mít typ výsledku Edm.Geometry. Typ výsledku výrazu je 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

Parametry

geometryValue
DbExpression

Výraz, který určuje hodnotu geometrie, která by měla být testována na prostorovou platnost.

Návraty

Nový DbFunctionExpression, který vrací logickou hodnotu označující, zda geometryValue je platný.

Výjimky

geometryValue

geometryValue

Platí pro