SpatialEdmFunctions.GeometryMultiPointFromBinary Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeometryMultiPointFromBinary se zadanými argumenty. multiPointWellKnownBinaryValue musí mít binární typ výsledku, zatímco coordinateSystemId musí mít celočíselný číselný typ výsledku. Typ výsledku výrazu je Edm.Geometry.

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

Parametry

multiPointWellKnownBinaryValue
DbExpression

Výraz, který poskytuje dobře známou binární reprezentaci vícebodové hodnoty geometrie.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) souřadnicového systému vícebodové hodnoty geometrie.

Návraty

Nový DbFunctionExpression, který vrátí novou vícebodovou hodnotu geometrie na základě zadaných hodnot.

Výjimky

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Platí pro