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