共用方式為


SpatialEdmFunctions.GeographyMultiLineFromBinary 方法

定義

建立一個使用指定引數叫用標準 'GeographyMultiLineFromBinary' 函式的 DbFunctionExpression。 multiLineWellKnownBinaryValue 必須具有二進位結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 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

參數

multiLineWellKnownBinaryValue
DbExpression

提供地理多線值之已知二進位表示的運算式。

coordinateSystemId
DbExpression

運算式,提供地理多線值座標系統的座標系統 ID (SRID)。

傳回

根據指定值傳回新地理多線形值的新 DbFunctionExpression。

屬性

適用於