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