SpatialEdmFunctions.GeographyMultiPointFromBinary Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a "GeographyMultiPointFromBinary" függvényt a megadott argumentumokkal. multiPointWellKnownBinaryValue 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 ^ GeographyMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paraméterek

multiPointWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

Egy kifejezés, amely a földrajzi többpontos érték koordináta-rendszerének koordinátarendszer-azonosítóját (SRID) adja meg.

Válaszok

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

Kivételek

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

A következőre érvényes: