SpatialEdmFunctions.GeographyFromGml Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyFromGml' canonica.

Overload

Nome Descrizione
GeographyFromGml(DbExpression)

Crea un DbFunctionExpression oggetto che richiama la funzione 'GeographyFromGml' canonica con l'argomento specificato, che deve avere un tipo di risultato stringa. Il tipo di risultato dell'espressione è Edm.Geography.

GeographyFromGml(DbExpression, DbExpression)

Crea un DbFunctionExpression oggetto che richiama la funzione 'GeographyFromGml' canonica con gli argomenti specificati. geographyMarkup deve avere un tipo di risultato stringa, mentre coordinateSystemId deve avere un tipo di risultato numerico integer. Il tipo di risultato dell'espressione è Edm.Geography.

GeographyFromGml(DbExpression)

Crea un DbFunctionExpression oggetto che richiama la funzione 'GeographyFromGml' canonica con l'argomento specificato, che deve avere un tipo di risultato stringa. Il tipo di risultato dell'espressione è Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyFromGml(System::Data::Common::CommandTrees::DbExpression ^ geographyMarkup);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup);
static member GeographyFromGml : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression) As DbFunctionExpression

Parametri

geographyMarkup
DbExpression

Espressione che fornisce la rappresentazione GML (Geography Markup Language) del valore geography.

Valori restituiti

Nuovo DbFunctionExpression che restituisce un nuovo valore geografico basato sul valore specificato con l'ID del sistema di coordinate predefinito (SRID) del provider sottostante.

Eccezioni

geographyMarkup

geographyMarkup

Si applica a

GeographyFromGml(DbExpression, DbExpression)

Crea un DbFunctionExpression oggetto che richiama la funzione 'GeographyFromGml' canonica con gli argomenti specificati. geographyMarkup deve avere un tipo di risultato stringa, mentre coordinateSystemId deve avere un tipo di risultato numerico integer. Il tipo di risultato dell'espressione è Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyFromGml(System::Data::Common::CommandTrees::DbExpression ^ geographyMarkup, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyFromGml : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametri

geographyMarkup
DbExpression

Espressione che fornisce la rappresentazione GML (Geography Markup Language) del valore geography.

coordinateSystemId
DbExpression

Espressione che fornisce l'ID del sistema di coordinate (SRID) del sistema di coordinate del valore geografico.

Valori restituiti

Nuovo DbFunctionExpression che restituisce un nuovo valore geografico in base ai valori specificati.

Eccezioni

geographyMarkup coordinateSystemId

geographyMarkup coordinateSystemId

Si applica a