DbGeography.AsGml Method ()

 

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

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Gml")]
public string AsGml()

Return Value

Type: System.String

A string containing the GML representation of this DbGeography value.