2 overrides of AsGml
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
300
public override string
AsGml
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
201
public override string
AsGml
(System.Data.Spatial.DbGeography geographyValue)
1 reference to AsGml
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
425
public string AsGml() { return this.spatialSvcs.
AsGml
(this); }