2 overrides of GeographyFromGml
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
242
public override DbGeography
GeographyFromGml
(string geographyMarkup)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
155
public override System.Data.Spatial.DbGeography
GeographyFromGml
(string geographyGml)
1 reference to GeographyFromGml
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
217
return DbSpatialServices.Default.
GeographyFromGml
(geographyMarkup);