2 overrides of GeographyFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
181public override DbGeography GeographyFromText(string geographyText)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
29public override System.Data.Spatial.DbGeography GeographyFromText(string geographyText)
1 reference to GeographyFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
248return DbSpatialServices.Default.GeographyFromText(wellKnownText);