SpatialEdmFunctions.GeometryFromBinary Metódus

Definíció

Létrehoz egy olyan parancsot DbFunctionExpression , amely meghívja a "GeometryFromBinary" canonical függvényt.

Túlterhelések

Name Description
GeometryFromBinary(DbExpression, DbExpression)

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

GeometryFromBinary(DbExpression)

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a canonical "GeometryFromBinary" függvényt a megadott argumentummal, amelynek bináris eredménytípussal kell rendelkeznie. A kifejezés eredménytípusa Edm.Geometry.

GeometryFromBinary(DbExpression, DbExpression)

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

Paraméterek

wellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Válaszok

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

Kivételek

wellKnownBinaryValue coordinateSystemId

wellKnownBinaryValue coordinateSystemId

A következőre érvényes:

GeometryFromBinary(DbExpression)

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a canonical "GeometryFromBinary" függvényt a megadott argumentummal, amelynek bináris eredménytípussal kell rendelkeznie. A kifejezés eredménytípusa Edm.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryFromBinary(System::Data::Common::CommandTrees::DbExpression ^ wellKnownBinaryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue);
static member GeometryFromBinary : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryFromBinary (wellKnownBinaryValue As DbExpression) As DbFunctionExpression

Paraméterek

wellKnownBinaryValue
DbExpression

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

Válaszok

Új DbFunctionExpression, amely egy új geometriai értéket ad vissza a megadott bináris érték alapján.

Kivételek

wellKnownBinaryValue

wellKnownBinaryValue

A következőre érvényes: