Sdílet prostřednictvím


SpatialEdmFunctions.GeometryMultiLineFromBinary Metoda

Definice

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

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

Parametry

multiLineWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Návraty

Nový DbFunctionExpression, který vrací novou geometrii víceřádkové hodnoty na základě zadaných hodnot.

Výjimky

multiLineWellKnownBinaryValue coordinateSystemId

multiLineWellKnownBinaryValue coordinateSystemId

Platí pro