Sdílet prostřednictvím


SpatialEdmFunctions.GeometryCollectionFromBinary Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeometryCollectionFromBinary' funkce se zadanými argumenty. geometryCollectionWellKnownBinaryValue musí mít typ binárního 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.Entity.Core.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromBinary(System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryCollectionFromBinary : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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 kolekce geometrie.

Návraty

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

Platí pro