SpatialEdmFunctions.GeographyMultiPointFromBinary Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'GeographyMultiPointFromBinary' canonica con gli argomenti specificati. multiPointWellKnownBinaryValue deve avere un tipo di risultato binario, 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 ^ GeographyMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametri

multiPointWellKnownBinaryValue
DbExpression

Espressione che fornisce la rappresentazione binaria nota del valore a più punti geografici.

coordinateSystemId
DbExpression

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

Valori restituiti

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

Eccezioni

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Si applica a