SpatialEdmFunctions.GeographyMultiLineFromBinary Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeographyMultiLineFromBinary" függvényt a megadott argumentumokkal. multiLineWellKnownBinaryValue bináris eredménytípussal kell rendelkeznie, míg coordinateSystemId egész szám típusúnak kell lennie. A kifejezés eredménytípusa: 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

Paraméterek

multiLineWellKnownBinaryValue
DbExpression

A földrajzi többsoros érték jól ismert bináris ábrázolását biztosító kifejezés.

coordinateSystemId
DbExpression

A földrajzi többsoros érték koordináta-rendszerének koordinátarendszer-azonosítóját (SRID) biztosító kifejezés.

Válaszok

Új DbFunctionExpression, amely egy új többsoros földrajzi értéket ad vissza a megadott értékek alapján.

Kivételek

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

A következőre érvényes: