2 overrides of GeographyFromGml
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
249
public override DbGeography
GeographyFromGml
(string geographyMarkup, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
162
public override System.Data.Spatial.DbGeography
GeographyFromGml
(string geographyGml, int srid)
1 reference to GeographyFromGml
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
232
return DbSpatialServices.Default.
GeographyFromGml
(geographyMarkup, coordinateSystemId);