DbGeography.AsGml 方法

定义

生成此 DbGeography 值的 Geography Markup Language (GML) 表示。

public:
 System::String ^ AsGml();
public string AsGml ();
member this.AsGml : unit -> string
Public Function AsGml () As String

返回

此 DbGeography 值包含 GML 的字符串表示形式。

适用于