SpatialEdmFunctions.SpatialEnvelope(DbExpression) Método

Definição

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

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

Parâmetros

geometryValue
DbExpression

Uma expressão que especifica o valor do qual o valor Envelope deve ser retirado.

Devoluções

Uma nova DbFunctionExpression que devolve a caixa delimitadora mínima para geometryValue.

Exceções

geometryValue

geometryValue

Aplica-se a