SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'IsSimpleGeometry' com o argumento especificado, que deve ter um tipo de resultado Edm.Geometry. O tipo de resultado da expressão é Edm.Boolean.

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

Parâmetros

geometryValue
DbExpression

O valor geométrico.

Devoluções

Uma nova DbFunctionExpression que devolve um valor booleano indicando se geometryValue é uma geometria simples.

Exceções

geometryValue

geometryValue

Aplica-se a