SpatialEdmFunctions.AsGml(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'AsGml' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geography o Edm.Geometry. Il tipo di risultato dell'espressione è 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

Parametri

spatialValue
DbExpression

Espressione che specifica il valore spaziale dal quale creare la rappresentazione Geography Markup Language (GML).

Restituisce

Nuovo DbFunctionExpression che restituisce la rappresentazione in Geography Markup Language (GML) di spatialValue.

Eccezioni

spatialValue

spatialValue

Si applica a