Sdílet prostřednictvím


SpatialEdmFunctions.GeographyMultiLineFromBinary Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'GeographyMultiLineFromBinary' funkce se zadanými argumenty. multiLineWellKnownBinaryValue 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.Geography.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiLine")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiLine")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromBinary(System.Data.Entity.Core.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiLineFromBinary : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiLineFromBinary (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 geografie.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID souřadnicového systému (SRID) souřadnicového systému zeměpisné hodnoty s více řádky.

Návraty

Nový DbFunctionExpression, který vrací novou geografickou víceřádkovou hodnotu na základě zadaných hodnot.

Atributy

Platí pro