DbGeography.AsGml 方法

定义

生成此 DbGeography 值的 Geography 标记语言 (GML) 表示形式。

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

返回

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

适用于