SpatialEdmFunctions.AsGml(DbExpression) Método

Definição

Cria uma DbFunctionExpression que invoca a função "AsGml" canônica com o argumento especificado, que deve ter um tipo de resultado Edm.Geography ou Edm.Geometry.Creates a DbFunctionExpression that invokes the canonical 'AsGml' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. O tipo de resultado da expressão é Edm.String.The result type of the expression is Edm.String.

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

Parâmetros

spatialValue
DbExpression

Uma expressão que especifica o valor espacial do qual a representação GML (Geography Markup Language) deve ser produzida.An expression that specifies the spatial value from which the Geography Markup Language (GML) representation should be produced.

Retornos

DbFunctionExpression

Uma nova DbFunctionExpression que retorna a representação GML (Geography Markup Language) de spatialValue.A new DbFunctionExpression that returns the Geography Markup Language (GML) representation of spatialValue.

Exceções

spatialValue

spatialValue

Aplica-se a