Compartir a través de


SpatialEdmFunctions.GeographyMultiLineFromBinary Método

Definición

Crea un objeto DbFunctionExpression que llama a la función canónica 'GeographyMultiLineFromBinary' con los argumentos especificados. multiLineWellKnownBinaryValue debe tener un tipo de resultado binario, mientras que coordinateSystemId debe tener un tipo de resultado numérico entero. El tipo de resultado de la expresión es 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

Una expresión que proporciona la representación binaria conocida del valor de varias líneas de geografía.

coordinateSystemId
DbExpression

Una expresión que proporciona el identificador del sistema de coordenadas (SRID) del sistema de coordenadas del valor de la línea de geografía.

Devoluciones

Nuevo DbFunctionExpression que devuelve un nuevo valor de la multilínea de geografía basado en los valores especificados.

Excepciones

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

Se aplica a