SpatialEdmFunctions.IsValidGeometry(DbExpression) Méthode

Définition

Crée un objet DbFunctionExpression appelant la fonction « IsValidGeometry » canonique avec l'argument spécifié, qui doit avoir un résultat de type Edm.Geometry. Le type de résultat de l'expression est 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

Paramètres

geometryValue
DbExpression

Expression qui spécifie la valeur géométrique à tester pour la validité spatiale.

Retours

Nouvelle DbFunctionExpression qui retourne une valeur booléenne indiquant si geometryValue est valide.

Exceptions

geometryValue

geometryValue

S’applique à