SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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