SpatialEdmFunctions.GeographyMultiPointFromBinary Método

Definição

Cria uma DbFunctionExpression que invoca a função "GeographyMultiPointFromBinary" canônica com os argumentos especificados. multiPointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro. O tipo de resultado da expressão é 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

Parâmetros

multiPointWellKnownBinaryValue
DbExpression

Uma expressão que fornece a representação binária conhecida do valor de multiponto de geografia.

coordinateSystemId
DbExpression

Uma expressão que fornece a SRID (ID do sistema de coordenadas) do sistema de coordenadas do valor de multiponto de geografia.

Retornos

Uma nova DbFunctionExpression que retorna um novo valor de multiponto de geografia com base nos valores especificados.

Exceções

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Aplica-se a