DbGeography.AsGml Method

Definition

Generates the Geography Markup Language (GML) representation of this DbGeography value.

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

Returns

A string containing the GML representation of this DbGeography value.

Applies to