SpatialEdmFunctions.GeographyMultiLineFromBinary Método

Definição

Cria uma DbFunctionExpression que invoca a função canónica 'GeographyMultiLineFromBinary' com os argumentos especificados. multiLineWellKnownBinaryValue 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 ^ GeographyMultiLineFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiLineFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiLineFromBinary (multiLineWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parâmetros

multiLineWellKnownBinaryValue
DbExpression

Uma expressão que fornece a conhecida representação binária do valor geográfico multi-linha.

coordinateSystemId
DbExpression

Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor multi-linha geográfico.

Devoluções

Uma nova DbFunctionExpression que devolve um novo valor geográfico multi-linha baseado nos valores especificados.

Exceções

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

Aplica-se a