2 overrides of GeographyFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
188public override DbGeography GeographyFromText(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
36public override System.Data.Spatial.DbGeography GeographyFromText(string geographyText, int srid)
1 reference to GeographyFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
262return DbSpatialServices.Default.GeographyFromText(wellKnownText, coordinateSystemId);