次の方法で共有


SpatialEdmFunctions.GeographyFromGml メソッド (DbExpression)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定された引数で正規の 'GeographyFromGml' 関数を呼び出す DbFunctionExpression を作成します。指定する引数の結果型は文字列である必要があります。 式の結果型は Edm.Geography です。

名前空間:  System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Gml")> _
Public Shared Function GeographyFromGml ( _
    geographyMarkup As DbExpression _
) As DbFunctionExpression
'使用
Dim geographyMarkup As DbExpression 
Dim returnValue As DbFunctionExpression 

returnValue = SpatialEdmFunctions.GeographyFromGml(geographyMarkup)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")]
public static DbFunctionExpression GeographyFromGml(
    DbExpression geographyMarkup
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Gml")]
public:
static DbFunctionExpression^ GeographyFromGml(
    DbExpression^ geographyMarkup
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Gml")>]
static member GeographyFromGml : 
        geographyMarkup:DbExpression -> DbFunctionExpression
public static function GeographyFromGml(
    geographyMarkup : DbExpression
) : DbFunctionExpression

パラメーター

戻り値

型 : System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
基になるプロバイダーの既定の座標系 ID (SRID) で指定された値に基づく新しい geography 値を返す新しい DbFunctionExpression。

参照

参照

SpatialEdmFunctions クラス

GeographyFromGml オーバーロード

System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Spatial 名前空間