DbGeometry.AsGml Method

Definition

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Gml")]
public string AsGml ();
member this.AsGml : unit -> string
Public Function AsGml () As String

Returns

A string containing the GML representation of this DbGeometry value.

Attributes

Applies to