SpatialEdmFunctions.SpatialEnvelope(DbExpression) Método

Definição

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

Retornos

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

Exceções

geometryValue

geometryValue

Aplica-se a