SpatialEdmFunctions.GeographyCollectionFromBinary Método

Definição

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

Parâmetros

geographyCollectionWellKnownBinaryValue
DbExpression

Uma expressão que fornece a conhecida representação binária do valor da coleção geográfica.

coordinateSystemId
DbExpression

Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor da coleção geográfica.

Devoluções

Uma nova DbFunctionExpression que devolve um novo valor de coleção geográfica com base nos valores especificados.

Exceções

geographyCollectionWellKnownBinaryValue coordinateSystemId

geographyCollectionWellKnownBinaryValue coordinateSystemId

Aplica-se a