SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "IsSimpleGeometry" canônica 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 de geometria.

Retornos

Uma nova DbFunctionExpression que retorna um valor booliano que indica se geometryValue é uma geometria simples.

Exceções

geometryValue

geometryValue

Aplica-se a