SpatialEdmFunctions.GeometryMultiLineFromBinary Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeometryMultiLineFromBinary" 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.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiLineFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiLineFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiLineFromBinary (multiLineWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paraméterek

multiLineWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Válaszok

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

Kivételek

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

A következőre érvényes: