次の方法で共有


SqlSpatialServices.AsGml メソッド (DbGeography)

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

この DbGeography 値の Geography Markup Language (GML) 表現を生成します。

名前空間:  System.Data.Entity.SqlServer
アセンブリ:  EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)

構文

'宣言
Public Overrides Function AsGml ( _
    geographyValue As DbGeography _
) As String
'使用
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As String 

returnValue = instance.AsGml(geographyValue)
public override string AsGml(
    DbGeography geographyValue
)
public:
virtual String^ AsGml(
    DbGeography^ geographyValue
) override
abstract AsGml : 
        geographyValue:DbGeography -> string  
override AsGml : 
        geographyValue:DbGeography -> string
public override function AsGml(
    geographyValue : DbGeography
) : String

パラメーター

戻り値

型 : System.String
この DbGeography 値の GML 表現を含む文字列。

参照

参照

SqlSpatialServices クラス

AsGml オーバーロード

System.Data.Entity.SqlServer 名前空間