SpatialEdmFunctions.GeometryCollectionFromBinary Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci GeometryCollectionFromBinary se zadanými argumenty. geometryCollectionWellKnownBinaryValue 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 ^ GeometryCollectionFromBinary(System::Data::Common::CommandTrees::DbExpression ^ geometryCollectionWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryCollectionFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryCollectionFromBinary (geometryCollectionWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametry

geometryCollectionWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Návraty

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

Výjimky

geometryCollectionWellKnownBinaryValue coordinateSystemId

geometryCollectionWellKnownBinaryValue coordinateSystemId

Platí pro