共用方式為


SpatialEdmFunctions.GeographyFromGml 方法

定義

多載

GeographyFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression。 geographyMarkup 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

GeographyFromGml(DbExpression)

建立會使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression,其中的引數必須具有字串結果型別。 運算式的結果型別為 Edm.Geography。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Gml")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Entity.Core.Common.CommandTrees.DbExpression geographyMarkup);
static member GeographyFromGml : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression) As DbFunctionExpression

參數

geographyMarkup
DbExpression

提供地理值之地理標記語言 (GML) 表示的運算式。

傳回

根據以基礎提供者預設座標系統 ID (SRID) 所指定之值傳回新地理值的新 DbFunctionExpression。

屬性

適用於

GeographyFromGml(DbExpression, DbExpression)

建立一個使用指定引數叫用標準 'GeographyFromGml' 函式的 DbFunctionExpression。 geographyMarkup 必須有字串結果類型,而 coordinateSystemId 必須有整數數值結果類型。 運算式的結果型別為 Edm.Geography。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Gml")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Entity.Core.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyFromGml : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

參數

geographyMarkup
DbExpression

提供地理值之地理標記語言 (GML) 表示的運算式。

coordinateSystemId
DbExpression

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

傳回

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

屬性

適用於